diff --git a/systemd/metrics.sh.service b/systemd/metrics.sh.service index 2d529d7..c737549 100644 --- a/systemd/metrics.sh.service +++ b/systemd/metrics.sh.service @@ -5,6 +5,7 @@ After=network.target [Service] ExecStart=/opt/metrics.sh/metrics.sh -c /etc/metrics.sh/metrics.ini +Restart=always [Install] WantedBy=multi-user.target \ No newline at end of file