add systemd service
This commit is contained in:
parent
f2f1e0dc11
commit
369f9b82b1
13
nutbeat.service
Normal file
13
nutbeat.service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Nutbeat is a lightweight shipper for nut metrics.
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
|
||||||
|
UMask=0027
|
||||||
|
ExecStart=/usr/bin/nutbeat
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user