Compare commits
1 commit
545d2f219b
...
dbd706679b
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd706679b |
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ]) [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue