♻️ recreate repo

This commit is contained in:
Ducky 2022-09-14 07:25:23 +01:00
commit bf2f741732
68 changed files with 325 additions and 0 deletions

View file

@ -0,0 +1,22 @@
description "Indicator Application Service"
start on indicator-services-start
stop on desktop-end or indicator-services-end
emits appindicators-start 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/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
pre-stop exec initctl emit appindicators-end