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

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

[Install]
WantedBy=default.target