summaryrefslogtreecommitdiff
path: root/extra/proftpd/proftpd.service
blob: a07d17f4629680388a0dc3d669926d32a27d4414 (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/sbin/proftpd
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy = multi-user.target