summarylogtreecommitdiffstats
path: root/pure-ftpd.service
blob: 20c53171769b56cf40cbaa78e60de05feb27b33d (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-config.pl /etc/pure-ftpd/pure-ftpd.conf

[Install]
WantedBy=multi-user.target