add systemd service

This commit is contained in:
Guillermo Roche 2024-12-02 22:37:29 +01:00
parent f2f1e0dc11
commit 369f9b82b1

13
nutbeat.service Normal file
View 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