0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/oxidized: add missing slash to PIDFile path

This commit is contained in:
WilliButz 2020-01-06 16:58:54 +01:00
parent e11aab8340
commit 482b39a7e5
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -111,7 +111,7 @@ in
Restart = "always";
WorkingDirectory = cfg.dataDir;
KillSignal = "SIGKILL";
PIDFile = "${cfg.dataDir}.config/oxidized/pid";
PIDFile = "${cfg.dataDir}/.config/oxidized/pid";
};
};
};