SHA256
1
0
forked from pool/proftpd
proftpd/proftpd.service
Ismail Dönmez b2f04f6a58 Accepting request 132101 from home:elvigia:branches:network
- 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
2012-08-31 16:10:38 +00:00

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