You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/proftpd/files/proftpd.service

13 lines
196 B

[Unit]
Description=ProFTPd FTP daemon
[Service]
Type=simple
ExecStart=/usr/sbin/proftpd --nodaemon
StandardOutput=syslog
StandardError=syslog
Restart=always
[Install]
WantedBy=multi-user.target