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 /src/special.h | |
parent | b8131a87ccdd9376882ca0a8dd3cfe45172e4c46 (diff) |
units: introduce umount.target for unmounting all file systems
Diffstat (limited to 'src/special.h')
-rw-r--r-- | src/special.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/special.h b/src/special.h index 9ddabde3a4..5ecdd3ccfa 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" |