diff options
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 |