mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 15:20:12 +00:00
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:
committed by
Joe MacDonald
parent
4c854d2bf1
commit
f8dd8cde90
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user