chiark / gitweb /
units: add missing target files
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Jul 2010 02:05:31 +0000 (04:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Jul 2010 02:05:31 +0000 (04:05 +0200)
units/bluetooth.target [new file with mode: 0644]
units/printer.target [new file with mode: 0644]

diff --git a/units/bluetooth.target b/units/bluetooth.target
new file mode 100644 (file)
index 0000000..c66718e
--- /dev/null
@@ -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 (file)
index 0000000..14c90ff
--- /dev/null
@@ -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