summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/proftpd/files/proftpd.service8
1 files 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 ba97f8e1c..3e26d7f38 100644
--- a/meta-networking/recipes-daemons/proftpd/files/proftpd.service
+++ b/meta-networking/recipes-daemons/proftpd/files/proftpd.service
@@ -1,7 +1,11 @@
1[Unit] 1[Unit]
2Description=proftpd Daemon 2Description=proftpd Daemon
3After=network.target
3 4
4[Service] 5[Service]
5Type=forking 6Type=forking
6ExecStart=-@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf 7ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
7StandardError=syslog 8
9[Install]
10WantedBy=default.target
11