buildroot/package/proftpd/proftpd.service
Alex Suykov 727c23cf05 proftpd: systemd support
[Thomas: change to use a relative symlink, and fix a minor typo in the
service file in the service description.]

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-14 11:56:21 +02:00

11 lines
163 B
Desktop File

[Unit]
Description=FTP server
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/proftpd -n -q
Restart=always
[Install]
WantedBy=multi-user.target