From: Scott Murray Date: Thu, 3 Dec 2020 15:54:12 +0000 (+0000) Subject: Merge "deal with extra quotes" into jellyfish X-Git-Tag: 10.0.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=fbe9a319bc051bdc6d7d8f75ab87bc5d32f217bb;hp=e5e25486d2fb0d8333b5755e64634e3dca684bfd;p=src%2Fapp-framework-main.git Merge "deal with extra quotes" into jellyfish --- diff --git a/conf/unit/service.inc b/conf/unit/service.inc index ea08220..dcc576b 100644 --- a/conf/unit/service.inc +++ b/conf/unit/service.inc @@ -46,13 +46,21 @@ Requires=afm-user-session@%i.target After=user@%i.service ENDIF -After=Network.target - IF_PERM(:public:display) BindsTo=weston@display.service After=weston@display.service ENDIF +IF_PERM(:public:bluetooth) +Wants=bluetooth.target +After=bluetooth.target +ENDIF + +IF_PERM(:public:network) +Wants=network.target +After=network.target +ENDIF + # Adds check to smack ConditionSecurity=smack %nl