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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Joe Slater 2016-07-19 16:41:04 -07:00 committed by Joe MacDonald
parent 4c854d2bf1
commit f8dd8cde90

View File

@ -1,7 +1,11 @@
[Unit]
Description=proftpd Daemon
After=network.target
[Service]
Type=forking
ExecStart=-@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
StandardError=syslog
ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
[Install]
WantedBy=default.target