diff options
author | Ted Gould <ted@gould.cx> | 2013-05-29 14:37:22 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-05-29 14:37:22 -0500 |
commit | 74b3c094874d5bd4becebe69eca9b06c5fc4e542 (patch) | |
tree | 76b99b96e9cdc4676fb26019b14641cdcc9be259 /data/indicator-session.conf.in | |
parent | fb36d66d132f1f98a05607bd4d54e38771cb6976 (diff) | |
download | ayatana-indicator-session-74b3c094874d5bd4becebe69eca9b06c5fc4e542.tar.gz ayatana-indicator-session-74b3c094874d5bd4becebe69eca9b06c5fc4e542.tar.bz2 ayatana-indicator-session-74b3c094874d5bd4becebe69eca9b06c5fc4e542.zip |
Adding an upstart job config
Diffstat (limited to 'data/indicator-session.conf.in')
-rw-r--r-- | data/indicator-session.conf.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/indicator-session.conf.in b/data/indicator-session.conf.in new file mode 100644 index 0000000..3a512df --- /dev/null +++ b/data/indicator-session.conf.in @@ -0,0 +1,15 @@ +description "Indicator Session Service" +author "Ted Gould <ted@canonical.com>" + +# NOTE: Limiting only to Unity 7 right now as it's still using +# dbusmenu. That can be lifted after it is ported to GMenu + +start on indicators-loaded and xsession SESSION=ubuntu +stop on desktop-end + +env G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG + +respawn + +exec @libexecdir@/indicator-session-service |