summarylogtreecommitdiffstats
path: root/smart-prom-next.service
diff options
context:
space:
mode:
authorFlorian Wetzel2024-04-05 13:38:46 +0200
committerFlorian Wetzel2024-04-05 13:38:46 +0200
commit10b6c3e07b27c6227bf1aec7c3cab135f5e4d9de (patch)
tree9f867e7e73cc85c5ed009e082b8a6c193289bd90 /smart-prom-next.service
downloadaur-python-smart-prom-next.tar.gz
Added python-smart-prom-next
Diffstat (limited to 'smart-prom-next.service')
-rw-r--r--smart-prom-next.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/smart-prom-next.service b/smart-prom-next.service
new file mode 100644
index 000000000000..fc98e21e79cb
--- /dev/null
+++ b/smart-prom-next.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=S.M.A.R.T. Prometheus Metrics Exporter
+Wants=network-online.target
+After=network-online.target
+
+[Service]
+Type=simple
+SyslogIdentifier=smart-prom-next
+ExecStart=/usr/bin/smart-prom-next
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target