metrics.sh/systemd/metrics.sh.service

11 lines
265 B
SYSTEMD
Raw Permalink Normal View History

2019-02-20 11:27:02 -05:00
[Unit]
2019-02-21 12:17:45 -05:00
Description=Controls the metrics daemon "metrics.sh"
Documentation=https://github.com/pstadler/metrics.sh
After=network.target
2019-02-20 11:27:02 -05:00
[Service]
ExecStart=/opt/metrics.sh/metrics.sh -c /etc/metrics.sh/metrics.ini
2019-02-25 07:22:53 -05:00
Restart=always
2019-02-20 11:27:02 -05:00
[Install]
WantedBy=multi-user.target