Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-14 | random-seed: add little tool for saving/loading random seed on ↵ | Lennart Poettering | |
shutdown/boot, but don't enable it by default | |||
2010-08-14 | systemctl: skip writing of utmp if we booted using systemd, under the ↵ | Lennart Poettering | |
assumption that systemd-update-utmp is used | |||
2010-08-14 | systemctl: sort 'list-units' output | Lennart Poettering | |
2010-08-13 | units: move runlevel[2-5] links to /lib because they are legacy and hence ↵ | Lennart Poettering | |
should not be as obviously in sight. The user may still override them by placing links in /etc | |||
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-13 | update fixme | Lennart Poettering | |
2010-08-13 | unit: create three seperate plymouth service for halt/poweroff/reboot | Lennart Poettering | |
2010-08-13 | systemctl: when calling 'status' accept a PID | Lennart Poettering | |
2010-08-13 | update fixme | Lennart Poettering | |
2010-08-13 | systemctl: show sysv path if it is set if the fragment path isn't in ↵ | Lennart Poettering | |
systemctl status | |||
2010-08-12 | systemctl: at full stop after last message before shutting down | Lennart Poettering | |
2010-08-12 | unit: don't show ENOENT configuration file warnings for units that are not ↵ | Lennart Poettering | |
essential | |||
2010-08-11 | main: disable nscd properly, if possible | Lennart Poettering | |
2010-08-11 | dbus: properly pass capabilities | Lennart Poettering | |
2010-08-11 | selinux: split off selinux calls into seperate file label.c | Lennart Poettering | |
2010-08-11 | utmp: enable systemd-update-utmp by default | Lennart Poettering | |
2010-08-11 | audit,utmp: implement audit logic and rip utmp stuff out of the main daemon ↵ | Lennart Poettering | |
and into a helper binary | |||
2010-08-11 | util: when replacing env vars replace unset envvars by nothing | Lennart Poettering | |
This makes it easier to support /etc/sysconfig/xxxx with command line env vars in style of $OPTIONS which might or might not be set. | |||
2010-08-11 | unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵ | Lennart Poettering | |
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both. | |||
2010-08-10 | update fixme | Kay Sievers | |
2010-08-10 | update fixme | Lennart Poettering | |
2010-08-09 | main: fix auto restarting of units after a configuration reload | Lennart Poettering | |
2010-08-09 | manager: when two pending jobs conflict, keep the one that "conflicts", ↵ | Lennart Poettering | |
remove the one that is "conflicted" This gives the writer of units control which unit is kept and which is stopped when two units conflict. | |||
2010-08-09 | service: hide output of sysv scripts if quiet is passed on the kernel cmdline | Lennart Poettering | |
2010-08-09 | update fixme | Kay Sievers | |
2010-08-06 | sd-daemon: fix compilation on old systems lacking SOCK_CLOEXEC | Lennart Poettering | |
2010-08-06 | update fixme | Kay Sievers | |
2010-08-06 | manager: downgrade a few log msgs regarding conflicting but fixable jobs | Lennart Poettering | |
2010-08-06 | automount: order automount units after fsck, too | Lennart Poettering | |
2010-08-04 | reboot: don't wait for input tty | Lennart Poettering | |
2010-08-03 | update fixme | Lennart Poettering | |
2010-08-03 | update fixme | Lennart Poettering | |
2010-08-03 | fixme update | Kay Sievers | |
2010-07-23 | systemctl: accept -p more than once | Lennart Poettering | |
2010-07-22 | update fixme | Lennart Poettering | |
2010-07-21 | update fixme | Lennart Poettering | |
2010-07-21 | load: make sure that unit files in /etc/ always take precedence, even over ↵ | Lennart Poettering | |
link targets, to make them easily overrdiable | |||
2010-07-21 | unit: allow symlinking unit files to /dev/null | Lennart Poettering | |
2010-07-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments | |||
2010-07-20 | sysv: do not add sysv services that are not enabled in /etc/rcN.d/ to ↵ | Lennart Poettering | |
network.target or other LSB-style Provides: targets | |||
2010-07-20 | hostname: properly deal with unset hostname in fedora configuration | Lennart Poettering | |
2010-07-20 | systemctl: always disable color when output goes into a file | Lennart Poettering | |
2010-07-20 | manager: write serialization to /dev/.systemd/ instead of /dev/shm | Lennart Poettering | |
2010-07-20 | device: do not merge devices | Lennart Poettering | |
Don't try to merge devices that have been created via dependencies when they appear in the system and can be recognized as the same. Instead, simply continue to maintain them independently of each other, however with the same state cycle. Why? Because otherwise we'd have a hard time to seperate the dependencies after the devices are unplugged again and we hence cannot be sure anymore that next time the device is plugged in it will carry the same names. Example: if one depndency refers to dev-sda.device and another one to dev-by-id-xxxyyy.device we only learn at time of plug in of the device that it is actually the same device that was ment. In the moment the device is unplugged again we won't know anymore their relation to each other and the next time the harddisk is plugged it might even appear as dev-by-id-xxxyyy.device and dev-sdb.service. To ensure the dependencies continue to have the meaning they were intended to have let's hence keep the .device objects seperate all the time, even when they are plugged in. This patch also introduces a new Following= property which points from the various .device units of a specific device to the main .device unit for it. This can be used by the client side to figure out the relation of the .device units to each other and even filter units from display. | |||
2010-07-19 | systemctl: introduce reset-maintenance command | Lennart Poettering | |
2010-07-18 | man: extend man pages a little | Lennart Poettering | |
2010-07-18 | install: optionally remove all symlinks from configuration tree recursively | Lennart Poettering | |
2010-07-17 | execute: bump up log level of executed processes that failed | Lennart Poettering | |
2010-07-17 | job: timeout every job independently of the unit | Lennart Poettering | |
2010-07-17 | unit: consider only_by_dependency setting when clients ask whether a unit is ↵ | Lennart Poettering | |
startable |