summaryrefslogtreecommitdiff
path: root/man/systemctl.xml
AgeCommit message (Collapse)Author
2010-08-31systemctl: avoid wrapping of headers/footersLennart Poettering
This change makes sure that our output never exceeds 80ch on 80ch terminals. https://bugzilla.redhat.com/show_bug.cgi?id=626443
2010-08-31manager: rename 'maintenance' state to 'failed' to avoid user confusionMatthew Miller
https://bugzilla.redhat.com/show_bug.cgi?id=614619
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-13man: document new 'systemctl status PID' syntaxLennart Poettering
2010-07-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-23systemctl: accept -p more than onceLennart Poettering
2010-07-20device: do not merge devicesLennart 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-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-16systemctl: add to command for virtualizing the dependency tree with graphvizLennart Poettering
2010-07-13systemctl: introduce try-restart and reload-or-restart commandsLennart Poettering
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-11systemctl: turn --replace into --failLennart Poettering
2010-07-07man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵Conrad Meyer
systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes.
2010-07-05systemctl: implement 'status' commandLennart Poettering
2010-07-04man: update systemctl man pageLennart Poettering
2010-07-02man: fix typo in systemctl man pageLennart Poettering
2010-07-02systemctl: implement delete commandLennart Poettering
2010-07-01man: update systemctl man pageLennart Poettering
2010-06-25man: various fixesKay Sievers
2010-06-24man: spelling fixesKay Sievers
2010-06-24man: extend manual page documentationLennart Poettering