blob: 3e892fb9c59b4ae85415a3d11beb6f27fc97a63d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
description "Indicator Printers Service"
# 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 indicator-services-start and xsession SESSION=ubuntu
stop on desktop-end or indicator-services-end
respawn
respawn limit 2 10
exec @pkglibexecdir@/indicator-printers-service
|