blob: 3a512dff7bc6d8d046af69ea670b231e50ae81a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|