forked from pool/proftpd
b2f04f6a58
- Disable ident lookups, this protocol is totally obsolete and dangerous. (add --disable-ident) - Fix debug info generation ( add --disable-strip) - Add systemd unit OBS-URL: https://build.opensuse.org/request/show/132101 OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=15
11 lines
199 B
Desktop File
11 lines
199 B
Desktop File
[Unit]
|
|
Description=ProFTPd FTP server
|
|
After=network.target remote-fs.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/proftpd --nodaemon
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|