From 172e68235ff199667914a5789471be2425081acf Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 10 Aug 2020 12:14:43 +0200 Subject: Drop all references to upstart. --- data/ayatana-indicator-application.conf.in | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 data/ayatana-indicator-application.conf.in (limited to 'data/ayatana-indicator-application.conf.in') diff --git a/data/ayatana-indicator-application.conf.in b/data/ayatana-indicator-application.conf.in deleted file mode 100644 index 8d884c5..0000000 --- a/data/ayatana-indicator-application.conf.in +++ /dev/null @@ -1,22 +0,0 @@ -description "Ayatana Indicator Application Service" - -start on ayatana-indicator-services-start -stop on desktop-end or ayatana-indicator-services-end - -emits ayatana-appindicators-start ayatana-appindicators-end - -respawn -respawn limit 2 10 - -pre-start script - # NOTE: Limiting only to Unity 7 right now as it's still using - # dbusmenu. That can be lifted after it is ported to GMenu - - if [ "x$DESKTOP_SESSION" = "xubuntu-touch" ] ; then - stop; exit 0 - fi -end script - -exec $SNAP@pkglibexecdir@/ayatana-indicator-application-service - -pre-stop exec initctl emit ayatana-appindicators-end -- cgit v1.2.3