[oe-commits] [meta-openembedded] 18/44: proftpd: start at boot time

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 14:46:36 UTC 2016


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

commit 4cf7d9607e835573132515af88067e4f1584ff37
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Tue Jul 19 16:41:04 2016 -0700

    proftpd: start at boot time
    
    Add information to proftpd.service so that it will
    be started at boot time.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-networking/recipes-daemons/proftpd/files/proftpd.service | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-daemons/proftpd/files/proftpd.service b/meta-networking/recipes-daemons/proftpd/files/proftpd.service
index ba97f8e..3e26d7f 100644
--- a/meta-networking/recipes-daemons/proftpd/files/proftpd.service
+++ b/meta-networking/recipes-daemons/proftpd/files/proftpd.service
@@ -1,7 +1,11 @@
 [Unit]
 Description=proftpd Daemon
+After=network.target
 
 [Service]
 Type=forking
-ExecStart=- at SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
-StandardError=syslog
+ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
+
+[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