Add files via upload

Add example hbmon.service
This commit is contained in:
Waldek 2019-09-17 21:24:12 +02:00 committed by GitHub
parent 50616e3513
commit 6eab98e0a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
utils/hbmon.service Normal file
View File

@ -0,0 +1,17 @@
[Unit]
Description=HBMonitor
# To make the network-online.target available
# systemctl enable systemd-networkd-wait-online.service
After=network-online.target syslog.target
Wants=network-online.target
[Service]
StandardOutput=null
WorkingDirectory=/opt/HBmonitor
RestartSec=3
ExecStart=/usr/bin/python3 /opt/HBmonitor/monitor.py
Restart=on-abort
[Install]
WantedBy=multi-user.target