summarylogtreecommitdiffstats
path: root/proftpd.service
blob: 60d987fa0a9ba75465775029af43c04dd6e8366a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ProFTPD FTP Server
After=network.target

[Service]
Type=forking
PIDFile=/run/proftpd/proftpd.pid
ExecStart=/usr/bin/proftpd
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy = multi-user.target