From: Lennart Poettering Date: Tue, 13 Jul 2010 02:05:31 +0000 (+0200) Subject: units: add missing target files X-Git-Tag: v3~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=eee4b05fab0a26aab7b8dc1e0e11e4a624a15798;hp=17df43e32c6fc5119c3e7823d39ed129d823e919 units: add missing target files --- 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