blob: 665fb356ce6fea285bfc74fd226603ca4e7139cb (
plain)
1
2
3
4
5
6
7
8
9
|
description "Indicator Power Service"
start on indicator-services-start
stop on desktop-end or indicator-services-end
respawn
respawn limit 2 10
exec @pkglibexecdir@/indicator-power-service
|