diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-05 09:34:51 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-05 09:34:51 -0400 |
commit | da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4 (patch) | |
tree | 22ff8397655127c3d35db5a7e1fdfa98ae37b1ef /meta-networking/recipes-daemons/proftpd/files/proftpd.service | |
parent | bc8fd52a5c0fa4125e6f8137056988cae9332b6c (diff) | |
download | meta-openembedded-da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4.tar.gz |
proftpd: return stderr to syslog
Commit f8dd8cde90c4d6c945177117953e7123e1401236 removed the StandardError
option from the proftpd service file, re-introduce it.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/proftpd/files/proftpd.service')
-rw-r--r-- | meta-networking/recipes-daemons/proftpd/files/proftpd.service | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
5 | [Service] | 5 | [Service] |
6 | Type=forking | 6 | Type=forking |
7 | ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf | 7 | ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf |
8 | StandardError=syslog | ||
8 | 9 | ||
9 | [Install] | 10 | [Install] |
10 | WantedBy=default.target | 11 | WantedBy=default.target |