summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/bluetooth.target12
-rw-r--r--units/printer.target12
2 files changed, 24 insertions, 0 deletions
diff --git a/units/bluetooth.target b/units/bluetooth.target
new file mode 100644
index 0000000000..c66718e113
--- /dev/null
+++ b/units/bluetooth.target
@@ -0,0 +1,12 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# See systemd.special(7) for details
+
+[Unit]
+Description=Bluetooth
+StopWhenUnneeded=yes
diff --git a/units/printer.target b/units/printer.target
new file mode 100644
index 0000000000..14c90ff84b
--- /dev/null
+++ b/units/printer.target
@@ -0,0 +1,12 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+
+# See systemd.special(7) for details
+
+[Unit]
+Description=Printer
+StopWhenUnneeded=yes