summarylogtreecommitdiffstats
path: root/pure-ftpd.service
blob: 8c9ccd3c4056c27a58d0ea66402c72c27fae7282 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Pure-FTPd server
After=network.target

[Service]
Type=forking
PIDFile=/run/pure-ftpd.pid
ExecStart=/usr/bin/pure-ftpd /etc/pure-ftpd/pure-ftpd.conf

[Install]
WantedBy=multi-user.target