From eee4b05fab0a26aab7b8dc1e0e11e4a624a15798 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Jul 2010 04:05:31 +0200 Subject: [PATCH] units: add missing target files --- units/bluetooth.target | 12 ++++++++++++ units/printer.target | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 units/bluetooth.target create mode 100644 units/printer.target diff --git a/units/bluetooth.target b/units/bluetooth.target new file mode 100644 index 000000000..c66718e11 --- /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 000000000..14c90ff84 --- /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 -- 2.30.2