From 7d9bd081736ba1a78ae955bbd3deda0ae6705cc6 Mon Sep 17 00:00:00 2001 From: Qumarth Jash Date: Tue, 28 May 2024 20:45:20 +0100 Subject: [PATCH] Make it run at startup --- hyperdeck-monitor.service | 3 +++ 1 file changed, 3 insertions(+) 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