From 4e67ddd6b39c2847cc399ab0874427baa7ea8935 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 02:41:06 +0200 Subject: units: introduce umount.target for unmounting all file systems --- units/umount.target | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 units/umount.target (limited to 'units/umount.target') 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 -- cgit v1.2.3-54-g00ecf