summaryrefslogtreecommitdiff
path: root/src/99-systemd.rules
diff options
context:
space:
mode:
Diffstat (limited to 'src/99-systemd.rules')
-rw-r--r--src/99-systemd.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/99-systemd.rules b/src/99-systemd.rules
index 70c0d8191a..003796e590 100644
--- a/src/99-systemd.rules
+++ b/src/99-systemd.rules
@@ -25,4 +25,7 @@ SUBSYSTEM=="block", TAG="systemd"
SUBSYSTEM=="net", KERNEL!="lo", TAG="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/%k"
+SUBSYSTEM=="bluetooth", TAG="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target"
+SUBSYSTEM=="printer", TAG="systemd", ENV{SYSTEMD_WANTS}="printer.target"
+
LABEL="systemd_end"