summaryrefslogtreecommitdiff
path: root/src/special.h
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 /src/special.h
parentb8131a87ccdd9376882ca0a8dd3cfe45172e4c46 (diff)
units: introduce umount.target for unmounting all file systems
Diffstat (limited to 'src/special.h')
-rw-r--r--src/special.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/special.h b/src/special.h
index 9ddabde3a..5ecdd3ccf 100644
--- a/src/special.h
+++ b/src/special.h
@@ -29,6 +29,7 @@
* it to bring all services down that want to be brought down on
* system shutdown. */
#define SPECIAL_SHUTDOWN_TARGET "shutdown.target"
+#define SPECIAL_UMOUNT_TARGET "umount.target"
#define SPECIAL_LOGGER_SOCKET "systemd-logger.socket"