about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-12-21 14:54:04 +0300
committerIzorkin <izorkin@elven.pw>2022-12-23 20:47:05 +0300
commit37bea1a0893a92c4913d50bea4a72eadc1b1be28 (patch)
tree0d1bf0ca65e6cf961f0b323536bc3f4f6b3e7fb2 /nixos
parentff099060edd46676aa5b8893dd5f021a87264c1c (diff)
nixos/peertube: add SyslogIdentifier
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/peertube.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/peertube.nix b/nixos/modules/services/web-apps/peertube.nix
index 347807f40bff4..7e418f2869c85 100644
--- a/nixos/modules/services/web-apps/peertube.nix
+++ b/nixos/modules/services/web-apps/peertube.nix
@@ -465,6 +465,7 @@ in {
         RestartSec = 20;
         TimeoutSec = 60;
         WorkingDirectory = cfg.package;
+        SyslogIdentifier = "peertube";
         # User and group
         User = cfg.user;
         Group = cfg.group;