nixos/oxidized: specify PID file in service

This commit is contained in:
WilliButz 2019-12-12 23:14:20 +01:00
parent 286ef7108f
commit 727f2e9a3e
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

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