2016-04-08 16:25 GMT+02:00 Michal Soltys <[email protected]>: > On your root partition keep /var/run symlink to /run - so regardless if /var > is or isn't mounted, the path will be correct. Wouldn't that help ? (unless > I missed something)
That only work for late boot though. Consider the case where /var is a separate partition. The symlink will only be available once /var has been mounted, i.e. after local-fs.target. Early boot service need to use /run directly. -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
