summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-17shutdown: drop -f/-F switches again, simply because we don't want to condone ↵Lennart Poettering
non-ro root dirs Instead of using /forcefsck and /fastboot people should just kernel command line options to achieve the same.
2010-08-16shutdown: if now time argument is passed, imply +1 not +0Lennart Poettering
That should friendlier for folks who just run "shutdown" to figure out the command line arguments... https://bugzilla.redhat.com/show_bug.cgi?id=624149
2010-08-16man: document new shutdown featuresLennart Poettering
2010-08-13man: document that we now accept more than one main process for Type=oneshot ↵Lennart Poettering
services
2010-08-13service: 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-13man: document new 'systemctl status PID' syntaxLennart Poettering
2010-08-11unit: 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-09manager: 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-07man: minor man page fixLennart Poettering
2010-08-06man: minor man page fixLennart Poettering
2010-08-06man: document %triggerin usageLennart Poettering
2010-08-03socket: Allow selection of TCP Congestion Avoidance algorithm to socketTomasz Torcz
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support.
2010-07-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-23install: default to minimal realization modeLennart Poettering
2010-07-23systemctl: accept -p more than onceLennart Poettering
2010-07-21exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering
seperate arguments
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-18man: extend man pages a littleLennart Poettering
2010-07-18install: optionally remove all symlinks from configuration tree recursivelyLennart Poettering
2010-07-16man: various man page updatesLennart 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-13install: implement systemd-install realizeLennart Poettering
2010-07-13main: replace --running-as= by --session and --system do mimic related tools ↵Lennart Poettering
and D-Bus
2010-07-12units: introduce emergency.targetLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-11systemctl: turn --replace into --failLennart Poettering
2010-07-10man: update daemon man page a littleLennart Poettering
2010-07-10build-sys: drop special name hack for dbus.service since a native service ↵Lennart Poettering
file is now shipped upstream dbus
2010-07-08man: fix minor ambuigityLennart Poettering
2010-07-08man: Minor typographic fixes to systemd.xmlOzan Çağlayan
Fix some minor grammar and punctuation typos.
2010-07-08man: Fix minor issues in systemd.unit.xmlOzan Çağlayan
Fix minor typographic, punctuation and grammar errors.
2010-07-08install: various improvementsLennart Poettering
Rename --start to --realize, to make things less confusing when doing "systemctl stop --realize foo.service". Introduce --realize=reload. Don't talk to systemd when run within a chroot, or when systemd isn't running.
2010-07-08cgls: beef up control group dumping and introduce cgls toolLennart Poettering
2010-07-08man: document variable substitutionLennart Poettering
2010-07-07man: update man pages for recent syntax changesLennart 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-07update man pages for recent changesLennart Poettering
2010-07-06man: document new systemd-install --start optionLennart Poettering
2010-07-06man: more blurbsLennart Poettering
2010-07-06man: add missing parts to man pagesLennart Poettering
2010-07-05systemctl: implement 'status' commandLennart Poettering
2010-07-05turn negative options into positive optionsLennart Poettering
2010-07-04uniformly suffix time span properties with their unitLennart Poettering
2010-07-04man: update systemctl man pageLennart Poettering
2010-07-03man: various man page updatesLennart Poettering
2010-07-02man: document execution context related settingsLennart Poettering