SHA256
1
0
forked from pool/proftpd
proftpd/proftpd.service
Marcus Meissner 00e5e979f6 Accepting request 184568 from home:elvigia:branches:network
- Improve systemd service file 
- use upstream tmpfiles.d file. related to [bnc#811793]
- Use /run instead of /var/run

OBS-URL: https://build.opensuse.org/request/show/184568
OBS-URL: https://build.opensuse.org/package/show/network/proftpd?expand=0&rev=22
2013-08-05 07:14:58 +00:00

11 lines
263 B
Desktop File

[Unit]
Description=ProFTPd FTP server
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
[Service]
ExecStart=/usr/sbin/proftpd --nodaemon
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target