On Wed, Aug 18, 2010 at 17:55, [email protected] <[email protected]> wrote: > > I've seen that the new var-lock.service have a dependency > "After=var-run.mount". > Is there a specific reason why var-lock.service depends on var-run.mount > being up ?
It creates stuff in /var/run that is only needed when an empty tmpfs is mounted there. If /var/run is on disk, none of these things is needed, but old stuff would need to be deleted instead. The .service is just the extension of the .mount, and does not make sense on its own. Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
