diff options
author | Juan RP <xtraeme@gmail.com> | 2014-07-29 11:48:11 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-07-29 11:48:11 +0200 |
commit | dca93cb9859746e71a34c63d955a55d6e6f69cca (patch) | |
tree | 57c376ab237e96ce14030ae13ca6cab7f0963133 /services | |
parent | 5774b888fca22070b5ab69556860d27bddd2c102 (diff) | |
download | runit-void-dca93cb9859746e71a34c63d955a55d6e6f69cca.tar.gz runit-void-dca93cb9859746e71a34c63d955a55d6e6f69cca.tar.xz runit-void-dca93cb9859746e71a34c63d955a55d6e6f69cca.zip |
xbmc-standalone: exec it properly.
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 |