diff options
Diffstat (limited to 'services')
-rwxr-xr-x | services/xbmc-standalone/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/xbmc-standalone/run b/services/xbmc-standalone/run index 08dd86d..5f915fb 100755 --- a/services/xbmc-standalone/run +++ b/services/xbmc-standalone/run @@ -1,2 +1,2 @@ #!/bin/sh -exec chpst -U xbmc:xbmc xbmc-standalone -l /run/lirc/lircd +exec sudo -u xbmc -g xbmc -- /usr/lib/xbmc/xbmc.bin --standalone -l /run/lirc/lircd |