From da948b75ca7243d12de9e03822f1dc332de1a830 Mon Sep 17 00:00:00 2001 From: ROBERT MCDOWELL <2649072+ROBERT-MCDOWELL@users.noreply.github.com> Date: Tue, 3 Aug 2021 21:04:26 +0000 Subject: [PATCH] Standard output type syslog is obsolete in systemed removing the setting StandardOutput StandardError --- support/systemd/peertube.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/systemd/peertube.service b/support/systemd/peertube.service index bdeb76b51..00d66b917 100644 --- a/support/systemd/peertube.service +++ b/support/systemd/peertube.service @@ -10,8 +10,6 @@ User=peertube Group=peertube ExecStart=/usr/bin/node dist/server WorkingDirectory=/var/www/peertube/peertube-latest -StandardOutput=syslog -StandardError=syslog SyslogIdentifier=peertube Restart=always