chiark / gitweb /
units: introduce bluetooth.target/printer.target which are activated if the right...
[elogind.git] / src / 99-systemd.rules
index 70c0d8191a4b91f711a15264c16dc6ac11c2af67..003796e5908f3ecbafba3d17b724140e12ba1ff7 100644 (file)
@@ -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"