[systemd-commits] units/bluetooth.target units/printer.target
Lennart Poettering
lennart at kemper.freedesktop.org
Mon Jul 12 19:05:40 PDT 2010
units/bluetooth.target | 12 ++++++++++++
units/printer.target | 12 ++++++++++++
2 files changed, 24 insertions(+)
New commits:
commit eee4b05fab0a26aab7b8dc1e0e11e4a624a15798
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Jul 13 04:05:31 2010 +0200
units: add missing target files
diff --git a/units/bluetooth.target b/units/bluetooth.target
new file mode 100644
index 0000000..c66718e
--- /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 0000000..14c90ff
--- /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
More information about the systemd-commits
mailing list