From d29a11acdae80baf9b95568cde86124899e0a3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:04:55 +0100 Subject: [PATCH] Add WorkingDirectory to go2rtc service configuration (#9618) --- install/go2rtc-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/go2rtc-install.sh b/install/go2rtc-install.sh index 0bc754f645..1c6524d1eb 100644 --- a/install/go2rtc-install.sh +++ b/install/go2rtc-install.sh @@ -24,6 +24,7 @@ After=network.target [Service] Type=simple User=root +WorkingDirectory=/opt/go2rtc ExecStart=/opt/go2rtc/go2rtc_linux_amd64 [Install]