From 81ddd7152db87d4c8b3509a6e4a01de90b2c9a2b Mon Sep 17 00:00:00 2001 From: Qumarth Jash Date: Sun, 26 May 2024 21:11:18 +0100 Subject: [PATCH] Add systemd service file for VOC VM --- hyperdeck-monitor.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hyperdeck-monitor.service diff --git a/hyperdeck-monitor.service b/hyperdeck-monitor.service new file mode 100644 index 0000000..b69d291 --- /dev/null +++ b/hyperdeck-monitor.service @@ -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