diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-25 00:04:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-11-02 11:29:59 -0600 |
commit | 11222d0fe0b5abb0cef65359b979e0c7f50129f3 (patch) | |
tree | 5671d2d8781ba17625b410b2c1d7105ca09c398c /src/basic | |
parent | f5869324e303a136d7ca802769e8966e8eb26d56 (diff) |
core: make the root mount perpetual too
Now that have a proper concept of "perpetual" units, let's make the root mount
one too, since it also cannot go away.
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/special.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/basic/special.h b/src/basic/special.h index 084d3dfa23..5276bcf598 100644 --- a/src/basic/special.h +++ b/src/basic/special.h @@ -117,3 +117,6 @@ /* The scope unit systemd itself lives in. */ #define SPECIAL_INIT_SCOPE "init.scope" + +/* The root directory. */ +#define SPECIAL_ROOT_MOUNT "-.mount" |