diff --git a/install.sh b/install.sh
index 44569ae7eccf4ec68e7849c7e178c98e56b9e69e..cb02dfb86aa0b458c8088e56f43e90eedfb9470d 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