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