diff options
Diffstat (limited to 'data/ayatana-indicator-printers.conf.in')
-rw-r--r-- | data/ayatana-indicator-printers.conf.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/ayatana-indicator-printers.conf.in b/data/ayatana-indicator-printers.conf.in new file mode 100644 index 0000000..7f1f79a --- /dev/null +++ b/data/ayatana-indicator-printers.conf.in @@ -0,0 +1,12 @@ +description "Ayatana 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 ayatana-indicator-services-start and xsession SESSION=ubuntu +stop on desktop-end or ayatana-indicator-services-end + +respawn +respawn limit 2 10 + +exec $SNAP@pkglibexecdir@/ayatana-indicator-printers-service |