diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-13 04:05:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-13 04:05:31 +0200 |
commit | eee4b05fab0a26aab7b8dc1e0e11e4a624a15798 (patch) | |
tree | 32977cd3487abdd898444eb11728a58649d05f26 /units/printer.target | |
parent | 17df43e32c6fc5119c3e7823d39ed129d823e919 (diff) |
units: add missing target files
Diffstat (limited to 'units/printer.target')
-rw-r--r-- | units/printer.target | 12 |
1 files changed, 12 insertions, 0 deletions
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 |