diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-09 21:07:28 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-09 21:07:53 +0100 |
commit | 88dfa2938af09e511e4911e6984360ded0e2cd8d (patch) | |
tree | 0b41da4d074d09da0fc0fe7ab437a9aaa8155f0c /units | |
parent | abc00c62f9b327774f9eff9651631e4ccb97cfc9 (diff) |
units: introduce and hook up sound.target
Diffstat (limited to 'units')
-rw-r--r-- | units/sound.target | 12 |
1 files changed, 12 insertions, 0 deletions
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 |