summaryrefslogtreecommitdiff
path: root/src/special.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-10-11 03:33:53 +0200
committerLennart Poettering <lennart@poettering.net>2011-10-11 03:33:53 +0200
commit21e557edcc1894ce4eeb70b71ca16e82e95bc0df (patch)
tree06f11b334d966e56c371917a4a6426607a44b18b /src/special.h
parent80cc5aeebaf5be112050e851491b13ff7c60ad72 (diff)
units: introduce local-fs-pre.target and remote-fs-pre.target
This hook target enables services to order themselves between network.target and remote mounts, which is needed for GFS2 and similar systems.
Diffstat (limited to 'src/special.h')
-rw-r--r--src/special.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/special.h b/src/special.h
index 614e53ca1b..3fe34c955c 100644
--- a/src/special.h
+++ b/src/special.h
@@ -45,7 +45,9 @@
#define SPECIAL_SYSINIT_TARGET "sysinit.target"
#define SPECIAL_SOCKETS_TARGET "sockets.target"
#define SPECIAL_LOCAL_FS_TARGET "local-fs.target" /* LSB's $local_fs */
+#define SPECIAL_LOCAL_FS_PRE_TARGET "local-fs-pre.target"
#define SPECIAL_REMOTE_FS_TARGET "remote-fs.target" /* LSB's $remote_fs */
+#define SPECIAL_REMOTE_FS_PRE_TARGET "remote-fs-pre.target"
#define SPECIAL_SWAP_TARGET "swap.target"
#define SPECIAL_BASIC_TARGET "basic.target"