blob: 327e9f3cf8f3c1b979710359083e71d9c4f2357a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
description "Indicator Power Backend"
# Want to move to indicator-services-[start|end], but that's not all
# there yet. Use the signals that exist today for now.
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-power-service
|