From 36db346fffd43b00bb2d5b3a1b74f0fedb30dde6 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <mail@justjanne.de>
Date: Thu, 23 Jan 2025 22:21:36 +0100
Subject: [PATCH] Use correct folder for service files

---
 install.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install.sh b/install.sh
index 44569ae..cb02dfb 100644
--- a/install.sh
+++ b/install.sh
@@ -30,10 +30,10 @@ usermod -aG video voc
 usermod -aG weston-launch voc
 
 ln -s /opt/voc/configs/udev.rules /etc/udev/rules.d/v4l2-voc.rules
-ln -s /opt/voc/services/voctomix2-recording-sink.service /etc/systemd/system/voctomix2-recording-sink.service
-ln -s /opt/voc/services/voctomix2-streaming-sink.service /etc/systemd/system/voctomix2-streaming-sink.service
-ln -s /opt/voc/services/voctomix2-voctocore.service /etc/systemd/system/voctomix2-voctocore.service
-ln -s /opt/voc/services/weston.service /etc/systemd/system/weston.service
+ln -s /opt/voc/services/voctomix2-recording-sink.service /usr/lib/systemd/system/voctomix2-recording-sink.service
+ln -s /opt/voc/services/voctomix2-streaming-sink.service /usr/lib/systemd/system/voctomix2-streaming-sink.service
+ln -s /opt/voc/services/voctomix2-voctocore.service /usr/lib/systemd/system/voctomix2-voctocore.service
+ln -s /opt/voc/services/weston.service /usr/lib/systemd/system/weston.service
 
 systemctl enable voctomix2-recording-sink.service
 systemctl enable voctomix2-streaming-sink.service
-- 
GitLab