Add systemd service file for VOC VM
This commit is contained in:
parent
be96c86f74
commit
81ddd7152d
|
@ -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
|
Loading…
Reference in New Issue