diff options
author | Juan RP <xtraeme@gmail.com> | 2014-07-28 20:11:06 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-07-28 20:11:06 +0200 |
commit | bb7b80701adc49718d1752479507fcdc755f4ad1 (patch) | |
tree | 759ff8905fcf2babf5b984505c587ca2b36d9885 /services | |
parent | d30452e623b42be50f882ce863271b55f807bbca (diff) | |
download | runit-void-bb7b80701adc49718d1752479507fcdc755f4ad1.tar.gz runit-void-bb7b80701adc49718d1752479507fcdc755f4ad1.tar.xz runit-void-bb7b80701adc49718d1752479507fcdc755f4ad1.zip |
New service: xbmc-standalone.
Diffstat (limited to 'services')
-rwxr-xr-x | services/xbmc-standalone/run | 2 | ||||
l--------- | services/xbmc-standalone/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/xbmc-standalone/run b/services/xbmc-standalone/run new file mode 100755 index 0000000..08dd86d --- /dev/null +++ b/services/xbmc-standalone/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec chpst -U xbmc:xbmc xbmc-standalone -l /run/lirc/lircd diff --git a/services/xbmc-standalone/supervise b/services/xbmc-standalone/supervise new file mode 120000 index 0000000..53054a9 --- /dev/null +++ b/services/xbmc-standalone/supervise @@ -0,0 +1 @@ +/run/runit/supervise.xbmc-standalone \ No newline at end of file |