diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-26 02:54:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-26 02:54:37 +0100 |
commit | 47bc23c18cbc87471dc832534c8565625e4a9d16 (patch) | |
tree | 6d62a04be723e3ea308a7518f795ef454b46239b /README | |
parent | df1e02046144f41176c32ed011369fd8dba36b76 (diff) | |
download | systemd-47bc23c18cbc87471dc832534c8565625e4a9d16.tar.gz |
README: document that /var/run must be a symlink → /run
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -190,6 +190,9 @@ WARNINGS: about this, since this kind of file system setup is not really supported anymore by the basic set of Linux OS components. + systemd requires that the /run mount point exists. systemd also + requires that /var/run is a a symlink → /run. + For more information on this issue consult http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken |