aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewoIsTaken2021-08-05 19:29:46 -0400
committerNewoIsTaken2021-08-05 19:29:46 -0400
commit43178715855194cb7509ba7b587e0735c31d72a4 (patch)
tree55efb1765eb8451ec2cc80eb3b7153bf68a5b91d
parenta57ad1fcec54cc0dcb388e070e823dd9f93d4aea (diff)
downloadaur-43178715855194cb7509ba7b587e0735c31d72a4.tar.gz
Fix executable path in systemd service
-rw-r--r--gopro_webcam.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/gopro_webcam.service b/gopro_webcam.service
index 960beb99f637..fac29f60e377 100644
--- a/gopro_webcam.service
+++ b/gopro_webcam.service
@@ -4,7 +4,7 @@ After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
[Service]
-ExecStart=/usr/local/sbin/gopro webcam -p enx -a -n
+ExecStart=/usr/bin/gopro webcam -p enx -a -n
Restart=on-failure
RestartSec=15s