nixos/pykms: add SyslogIdentifier
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user