cockpit: fix listen port (#371245)
This commit is contained in:
parent
b03be39245
commit
c460b15aa0
@ -55,6 +55,7 @@ in {
|
||||
|
||||
systemd.packages = [ cfg.package ];
|
||||
systemd.sockets.cockpit.wantedBy = [ "multi-user.target" ];
|
||||
systemd.sockets.cockpit.listenStreams = [ "" (toString cfg.port) ];
|
||||
|
||||
systemd.tmpfiles.rules = [ # From $out/lib/tmpfiles.d/cockpit-tmpfiles.conf
|
||||
"C /run/cockpit/inactive.motd 0640 root root - ${cfg.package}/share/cockpit/motd/inactive.motd"
|
||||
|
Loading…
x
Reference in New Issue
Block a user