aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-01 22:28:57 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2020-12-01 22:28:57 +0000
commit3ea6f4a404d2486ef1c5da55f1cd0d98c594f157 (patch)
tree90b25a14bd3f65fc85cf890b5ceb984cb0a472a6
parentad478037a3d90ed75d0eb72150238a42c55544e3 (diff)
parent0a24bbdab25e792b5abe2f3708aceb5a9b3a5e42 (diff)
-rw-r--r--conf/unit/service.inc12
1 files changed, 10 insertions, 2 deletions
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