add new test
[distro-setup] / filesystem / etc / systemd / system / prometheus.service.d / override.conf
1 [Unit]
2 # needed to continually restart
3 StartLimitIntervalSec=0
4
5 [Service]
6 Restart=always
7 # time to sleep before restarting a service
8 RestartSec=600
9
10 # empty signifies to replace the existing value
11 ExecStart=
12 ExecStart=/usr/local/bin/prometheus $ARGS