hyperdeck-monitor/hyperdeck-monitor.service

14 lines
291 B
Desktop File

[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
[Install]
WantedBy=multi-user.target