Merge pull request #38705 from tokudan/murmur_tmpfix
murmur: fix /tmp usage
This commit is contained in:
commit
8fb93be481
@ -80,7 +80,7 @@ in
|
||||
|
||||
pidfile = mkOption {
|
||||
type = types.path;
|
||||
default = "/tmp/murmurd.pid";
|
||||
default = "/run/murmur/murmurd.pid";
|
||||
description = "Path to PID file for Murmur daemon.";
|
||||
};
|
||||
|
||||
@ -252,6 +252,7 @@ in
|
||||
|
||||
serviceConfig = {
|
||||
Type = "forking";
|
||||
RuntimeDirectory = "murmur";
|
||||
PIDFile = cfg.pidfile;
|
||||
Restart = "always";
|
||||
User = "murmur";
|
||||
|
Loading…
Reference in New Issue
Block a user