nixos/peertube: add SyslogIdentifier

This commit is contained in:
Izorkin 2022-12-21 14:54:04 +03:00
parent ff099060ed
commit 37bea1a089
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -465,6 +465,7 @@ in {
RestartSec = 20;
TimeoutSec = 60;
WorkingDirectory = cfg.package;
SyslogIdentifier = "peertube";
# User and group
User = cfg.user;
Group = cfg.group;