From da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Fri, 5 Aug 2016 09:34:51 -0400 Subject: proftpd: return stderr to syslog Commit f8dd8cde90c4d6c945177117953e7123e1401236 removed the StandardError option from the proftpd service file, re-introduce it. Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/proftpd/files/proftpd.service | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-daemons/proftpd/files/proftpd.service b/meta-networking/recipes-daemons/proftpd/files/proftpd.service index 3e26d7f386..18764385ef 100644 --- a/meta-networking/recipes-daemons/proftpd/files/proftpd.service +++ b/meta-networking/recipes-daemons/proftpd/files/proftpd.service @@ -5,6 +5,7 @@ After=network.target [Service] Type=forking ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf +StandardError=syslog [Install] WantedBy=default.target -- cgit 1.2.3-korg