nix/pkgs/rundeck-bin: fix
This commit is contained in:
parent
e0241545d2
commit
e088dac620
1 changed files with 1 additions and 1 deletions
|
@ -29,10 +29,10 @@ in {
|
|||
systemd.services.rundeckd = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
path = cfg.pathPackages;
|
||||
serviceConfig = {
|
||||
User = cfg.user;
|
||||
DynamicUser = cfg.user != cfg.user;
|
||||
Path = lib.makeBinPath cfg.pathPackages;
|
||||
ExecStart = "${cfg.package}/bin/rundeckd -b /var/lib/rundeck";
|
||||
StateDirectory = "rundeck";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue