summarylogtreecommitdiffstats
path: root/smart-prom-next.service
blob: fc98e21e79cb7d51a9ab90eb79b191bc9e2508a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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