Add systemd service file for VOC VM

This commit is contained in:
Qumarth Jash 2024-05-26 21:11:18 +01:00
parent be96c86f74
commit 81ddd7152d
1 changed files with 10 additions and 0 deletions

10
hyperdeck-monitor.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=reports status of hyperdecks on the network via a web UI
After=network.target
[Service]
Type=exec
Restart=always
RestartSec=30
WorkingDirectory=/opt/hyperdeck-monitor
ExecStart=/opt/hyperdeck-monitor/target/release/hyperdeck-monitor