summarylogtreecommitdiffstats
path: root/sfptpd.service
blob: 1e2e7e02dd1d4a9b0222f9b3ee3445db0a6bbf41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=sfptpd Service
After=network.target
Requires=openonload.service
After=openonload.service

[Service]
Type=forking
PrivateTmp=true
EnvironmentFile=-/etc/default/sfptpd

ExecStart=/usr/bin/sfptpd -f /etc/sfptpd.cfg
ExecStop=/usr/bin/killall -SIGTERM /usr/bin/sfptpd

[Install]
WantedBy=multi-user.target