[oe-commits] [meta-openembedded] 15/15: proftpd: return stderr to syslog

git at git.openembedded.org git at git.openembedded.org
Sun Aug 7 19:38:03 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4
Author: Joe MacDonald <joe_macdonald at mentor.com>
AuthorDate: Fri Aug 5 09:34:51 2016 -0400

    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 at mentor.com>
---
 meta-networking/recipes-daemons/proftpd/files/proftpd.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-daemons/proftpd/files/proftpd.service b/meta-networking/recipes-daemons/proftpd/files/proftpd.service
index 3e26d7f..1876438 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list