From 88dfa2938af09e511e4911e6984360ded0e2cd8d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Feb 2011 21:07:28 +0100 Subject: units: introduce and hook up sound.target --- units/sound.target | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 units/sound.target (limited to 'units/sound.target') diff --git a/units/sound.target b/units/sound.target new file mode 100644 index 0000000000..e53221c7a6 --- /dev/null +++ b/units/sound.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=Sound Card +StopWhenUnneeded=yes -- cgit v1.2.3-54-g00ecf