blob: 4d29fa5dcef790cad5d4b21ab03fe21370922dde (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=gatling web server
After=syslog.target
After=network.target
[Service]
PIDFile=/run/gatling.pid
ExecStart=gatling -V -D -S -F -u nobody -c /srv/http
[Install]
WantedBy=multi-user.target
|