diff options
Diffstat (limited to 'data/indicator-session.conf.in')
-rw-r--r-- | data/indicator-session.conf.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/indicator-session.conf.in b/data/indicator-session.conf.in new file mode 100644 index 0000000..d5c4c8c --- /dev/null +++ b/data/indicator-session.conf.in @@ -0,0 +1,14 @@ +description "Indicator Session Service" + +# NOTE: Limiting only to Unity 7 right now as it's only needed +# on the desktop + +start on (indicators-loaded or indicator-services-start) and xsession SESSION=ubuntu +stop on desktop-end or indicator-services-end + +env G_MESSAGES_DEBUG=all +export G_MESSAGES_DEBUG + +respawn + +exec @pkglibexecdir@/indicator-session-service |