mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user