blob: d661001d6a0d96d972af3f6e73bc81c232af3a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
description "Indicator Session Service"
start on indicators-loaded or indicator-services-start
stop on desktop-end or indicator-services-end
env G_MESSAGES_DEBUG=all
export G_MESSAGES_DEBUG
respawn
exec @pkglibexecdir@/indicator-session-service
|