diff --git a/services/headphones/run b/services/headphones/run index 1906454..9285047 100755 --- a/services/headphones/run +++ b/services/headphones/run @@ -1,3 +1,3 @@ #!/bin/bash -exec /sbin/setuser abc python /opt/headphones/Headphones.py -p 8181 --datadir=/config --nolaunch +exec /sbin/setuser abc python /app/headphones/Headphones.py -p 8181 --datadir=/config --nolaunch