From a4ee9b1e955905f8abdebb5225e7809c6e74dff4 Mon Sep 17 00:00:00 2001 From: Sean Dion Date: Tue, 4 Aug 2015 19:43:51 -0500 Subject: [PATCH] Update run --- services/headphones/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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