summarylogtreecommitdiffstats
path: root/gatling-ftp.service
blob: c82283ae98c10f95a389f5eca7f897e4399311fa (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=gatling FTP server
After=syslog.target
After=network.target

[Service]
PIDFile=/run/gatling-ftp.pid
ExecStart=gatling -H -V -D -S -f -u ftp -c /srv/ftp

[Install]
WantedBy=multi-user.target