Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | units: Since killall.service does not exist anymore remove all references. | Franz Dietrich | |
This commit deletes all references to killall.service for the default services. The distribution specific services will be modified in a separate commit. | |||
2010-10-19 | fsck: properly hook in fsck everywhere, add special support for fsck'ing ↵ | Lennart Poettering | |
root dir | |||
2010-09-14 | units: make sure the file system is writable before we write utmp data | Lennart Poettering | |
2010-09-06 | units: make sure we always fully write the utmp data | Lennart Poettering | |
2010-08-17 | auto-getty: rework auto console getty logic to work in conjunction with ↵ | Lennart Poettering | |
single user mode | |||
2010-08-14 | units: write utmp record before we kill all processes | Lennart Poettering | |
2010-08-13 | service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵ | Lennart Poettering | |
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one". | |||
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |