nixos/pykms: add SyslogIdentifier

This commit is contained in:
Pavel Goran
2020-04-29 03:53:47 +00:00
parent 462fa8bbaf
commit c678d68cdb
+1
View File
@@ -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;
}; };