On Wed, 04.03.15 09:21, Didier Roche (didro...@ubuntu.com) wrote: > Hey, > > It seems that we discovered an issue if a service declares some relationship > with a .mount unit. > For instance, having tmp.mount disable (and nothing mounting /tmp as tmpfs > in fstab):
tmp.mount is enabled statically via the /usr/lib/systemd/system/local-fs.target.wants/tmp.mount symlink. Also, note that system automatically creates the necessary deps to a mount for a variety of cases when something below that mount is referenced. Disabling a mount unit is not sufficient to not start it, if it is referenced explicitly or implicitly by another unit. Use "systemctl show tmp.mount" to see by which dependencies it was pulled in. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel