summarylogtreecommitdiffstats
path: root/pure-ftpd.service
blob: c616742d0589b31174efb81290318048ae75685b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Pure-FTPd FTP 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