12 lines
238 B
Desktop File
12 lines
238 B
Desktop File
[Unit]
|
|
Description=Pure-FTPd FTP server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/pure-ftpd.pid
|
|
ExecStart=/usr/local/pureftpd/sbin/pure-ftpd /usr/local/pureftpd/etc/pure-ftpd.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|