xref: /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd.service (revision 517393d903089f921915530ffa689a7a1d113420)
1[Unit]
2Description=proftpd Daemon
3After=network.target
4
5[Service]
6Type=forking
7ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
8StandardError=syslog
9
10[Install]
11WantedBy=default.target
12
13