727c23cf05
[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>
11 lines
163 B
Desktop File
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
|