summaryrefslogtreecommitdiff
path: root/testing/proftpd/proftpd.service
blob: c202a2fdff988ccc4e531a05234f84df63b58a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = ProFTPD FTP Server
After = network.target nss-lookup.target local-fs.target remote-fs.target

[Service]
Type = forking
PIDFile = /run/proftpd/proftpd.pid
Environment = PROFTPD_ARGS=
EnvironmentFile = -/etc/conf.d/proftpd
ExecStart = /usr/sbin/proftpd $PROFTPD_ARGS
ExecReload = /bin/kill -HUP $MAINPID

[Install]
WantedBy = multi-user.target