nixos/pykms: add SyslogIdentifier
This commit is contained in:
parent
462fa8bbaf
commit
c678d68cdb
@ -82,6 +82,7 @@ in {
|
|||||||
]);
|
]);
|
||||||
ProtectHome = "tmpfs";
|
ProtectHome = "tmpfs";
|
||||||
WorkingDirectory = libDir;
|
WorkingDirectory = libDir;
|
||||||
|
SyslogIdentifier = "pykms";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
MemoryLimit = cfg.memoryLimit;
|
MemoryLimit = cfg.memoryLimit;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user