Skip to content
Snippets Groups Projects
Unverified Commit 36db346f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Use correct folder for service files

parent 5176d4ee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment