summaryrefslogtreecommitdiff
path: root/units/umount.target
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-10 02:41:06 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-10 02:41:06 +0200
commit4e67ddd6b39c2847cc399ab0874427baa7ea8935 (patch)
tree075d2522de569fb8a32651ad0728aeb720c8eed1 /units/umount.target
parentb8131a87ccdd9376882ca0a8dd3cfe45172e4c46 (diff)
downloadsystemd-4e67ddd6b39c2847cc399ab0874427baa7ea8935.tar.gz
units: introduce umount.target for unmounting all file systems
Diffstat (limited to 'units/umount.target')
-rw-r--r--units/umount.target12
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