diff options
author | lcapriotti <lcapriotti@svn> | 2010-10-18 09:36:30 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-10-18 09:36:30 +0000 |
commit | 1b5ec909ba4e9c62dbce4475397c010435d626c2 (patch) | |
tree | 03a1210c939a4d3859a45f8a8570fcd72f6b4efe /tools/Linux | |
parent | 8abf8d52feede78a9a921ae1a2314d8918683d91 (diff) |
specify that job will start X
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34827 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/Linux')
-rw-r--r-- | tools/Linux/packaging/debian/xbmc-live.upstart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Linux/packaging/debian/xbmc-live.upstart b/tools/Linux/packaging/debian/xbmc-live.upstart index 0e3f20dcf4..5ddffc1728 100644 --- a/tools/Linux/packaging/debian/xbmc-live.upstart +++ b/tools/Linux/packaging/debian/xbmc-live.upstart @@ -27,6 +27,8 @@ start on (filesystem and stopped udevtrigger) stop on runlevel [06] +emits starting-x + pre-start script get_opt() { echo "$@" | cut -d "=" -f 2 |