summaryrefslogtreecommitdiffstats
path: root/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/proftpd.service
blob: 18764385ef3df2fabe2639344e5a25b78d438184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=proftpd Daemon
After=network.target

[Service]
Type=forking
ExecStart=@SBINDIR@/proftpd -c @SYSCONFDIR@/proftpd.conf
StandardError=syslog

[Install]
WantedBy=default.target

OpenPOWER on IntegriCloud