diff --git a/hyperdeck-monitor.service b/hyperdeck-monitor.service index b69d291..8b34e3b 100644 --- a/hyperdeck-monitor.service +++ b/hyperdeck-monitor.service @@ -8,3 +8,6 @@ Restart=always RestartSec=30 WorkingDirectory=/opt/hyperdeck-monitor ExecStart=/opt/hyperdeck-monitor/target/release/hyperdeck-monitor + +[Install] +WantedBy=multi-user.target