summaryrefslogtreecommitdiff
path: root/units/var-run.mount
AgeCommit message (Collapse)Author
2011-03-09mount: use /dev/.run as an early boot alias for /var/runLennart Poettering
During early boot, mount a tmpfs to /dev/.run and then bind mount it to /var/run as soon as /var is available. This makes it possible for programs involved in early boot to put runtime data in /dev/.run which later on will show up in /var/run like any other. This can be used to solve the early-boot D-Bus problem: D-Bus may start up with its socket bound to /dev/.run/dbus/system_bus_socket and after /var it will also be available under the traditional name /var/run/dbus/system_bus_socket. This also is intended to be used as a better place for systemd, mount, mdadm, blkid, plymouth, bootchart and dracut runtime data, which is currently stored in various places in /dev/.xxx.
2010-10-25mount: add nosuid,nodev,noexec switches to /var/lock and /var/runLennart Poettering
2010-09-21units: enable var-run + var-lock service by defaultKay Sievers
2010-08-17units: add missing After= for var-run.service, var-lock.serviceKay Sievers
2010-08-17units: add var-run.service var-lock.serviceKay Sievers
2010-07-16units: fix default mode of /var/run and /var/lockLennart Poettering
2010-06-18unit: add [Install] section to various service filesLennart Poettering
2010-05-19shorten copyright header of configuration filesLennart Poettering
2010-05-18units: fix syntax of mount unit filesLennart Poettering
2010-05-18units: replace a few non-essential API mounts with automount unitsLennart Poettering