Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | mount: use /dev/.run as an early boot alias for /var/run | Lennart 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-25 | mount: add nosuid,nodev,noexec switches to /var/lock and /var/run | Lennart Poettering | |
2010-09-21 | units: enable var-run + var-lock service by default | Kay Sievers | |
2010-08-17 | units: add missing After= for var-run.service, var-lock.service | Kay Sievers | |
2010-08-17 | units: add var-run.service var-lock.service | Kay Sievers | |
2010-07-16 | units: fix default mode of /var/run and /var/lock | Lennart Poettering | |
2010-06-18 | unit: add [Install] section to various service files | Lennart Poettering | |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering | |
2010-05-18 | units: fix syntax of mount unit files | Lennart Poettering | |
2010-05-18 | units: replace a few non-essential API mounts with automount units | Lennart Poettering | |