diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-10 02:41:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-10 02:41:06 +0200 |
commit | 4e67ddd6b39c2847cc399ab0874427baa7ea8935 (patch) | |
tree | 075d2522de569fb8a32651ad0728aeb720c8eed1 /units | |
parent | b8131a87ccdd9376882ca0a8dd3cfe45172e4c46 (diff) |
units: introduce umount.target for unmounting all file systems
Diffstat (limited to 'units')
-rw-r--r-- | units/umount.target | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/units/umount.target b/units/umount.target new file mode 100644 index 0000000000..a5f31e04cb --- /dev/null +++ b/units/umount.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=Unmount All Filesystems +OnlyByDependency=yes |