Felipe Sateler [2015-10-10 10:59 -0300]: > On IRC it was pointed out that --save is not necessary under systemd: > /usr must always be mounted.
This isn't related to systemd itself -- if you have a separate /usr, it will be mounted as part of local-fs.target of course, but you can't depend on it in services that don't depend on local-fs.target (or have RequiresMountsFor=/usr). This is related to initramfs-tools, which nowadays mounts /usr already (independent of the init system in use). I guess that's what you mean, but I wanted to clarify this. > If /usr is actually guaranteed to be available, then we should drop > --save from both the init script and service file. We got bug reports against systemd from people who removed initramfs-tools and still have a separate /usr. If this is an use case (personally I don't think it is) we can't make this assumption. Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org) _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
