Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | delta: fix spelling of overridden | Nis Martensen | |
2012-05-21 | units: introduce new Documentation= field and make use of it everywhere | Lennart Poettering | |
This should help making the boot process a bit easier to explore and understand for the administrator. The simple idea is that "systemctl status" now shows a link to documentation alongside the other status and decriptionary information of a service. This patch adds the necessary fields to all our shipped units if we have proper documentation for them. | |||
2012-05-21 | systemctl: drop useless DBus calls from 'systemctl show foo.service' | Michal Schmidt | |
systemctl called LoadUnit, GetUnit, GetAll in this order to get the properties. It is useless to load units explicitly, because it won't ensure anything. The unit may be freed immediately by the garbage collector. It is unnecessary to call GetUnit, because systemctl can easily translate the unit name to DBus path by itself. GetAll will load the unit if necessary. | |||
2012-05-14 | systemctl: add switch-root verb | Lennart Poettering | |
2012-05-08 | logind: implement suspend/hibernate calls with inhibition logic | Lennart Poettering | |
2012-05-08 | sleep: implement suspend/hibernate as first class targets | Lennart Poettering | |
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers | |
2012-05-04 | systemctl: fix typo | Lennart Poettering | |
as Sergey Ptashnick pointed out we should write "poweroff" once instead of "reboot" twice. | |||
2012-05-03 | dbus: include unit name in JobNew/JobRemoved signals | Lennart Poettering | |
This breaks D-Bus interface slightly, but since the D-Bus API isn't covered by the interface stability promise this should be OK. | |||
2012-05-03 | systemctl: allow 'systemctl reboot -ff' to succeed even without D-Bus | Lennart Poettering | |
2012-05-03 | systemctl: print a nice error message if an unprivileged user calls ↵ | Lennart Poettering | |
systemctl reboot -ff | |||
2012-05-03 | systemctl: get rid of arg_immediate and fold it into arg_force | Lennart Poettering | |
2012-04-16 | systemctl: show main and control PID explicitly in cgroup-show | Lennart Poettering | |
In some cases the main/control PID of a service can be outside of the services cgroups (for example, if logind readjusts the processes' cgroup). In order to clarify this for the user show the main/control PID in the cgroup tree nonetheless, but mark them specially. | |||
2012-04-16 | cgls: don't show empty cgroups by default | Lennart Poettering | |
2012-04-13 | build-sys: add stub makefiles to all subdirs to ease development with emacs | Lennart Poettering | |
2012-04-12 | move all tools to subdirs | Kay Sievers | |