hyperdeck-monitor/hyperdeck-monitor.service

14 lines
291 B
SYSTEMD
Raw Normal View History

2024-05-26 21:11:18 +01:00
[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
2024-05-28 20:45:20 +01:00
[Install]
WantedBy=multi-user.target