♻️ recreate repo
This commit is contained in:
commit
bf2f741732
68 changed files with 325 additions and 0 deletions
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
manual
|
Loading…
Add table
Add a link
Reference in a new issue