Compare commits

..

1 commit

View file

@ -31,7 +31,7 @@
confinement.enable = true; confinement.enable = true;
unitConfig.ConditionPathExists = [ cfg.database ]; unitConfig.ConditionPathExists = [ cfg.database ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ]; after = [ "network-online.service" ];
serviceConfig = { serviceConfig = {
ExecStart = let ExecStart = let
args = lib.lists.foldl (acc: channel: acc ++ [ "--channel" channel ]) [ args = lib.lists.foldl (acc: channel: acc ++ [ "--channel" channel ]) [