summaryrefslogtreecommitdiff
path: root/man/systemd.unit.xml
AgeCommit message (Collapse)Author
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ↵Lennart Poettering
around when isolating
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering
2011-04-03condition: use 'selinux' rather than 'SELinux' as preferred spellingLennart Poettering
The virtualization condition and others use lowercase identifiers, so for the sake of keeping things least surprising, use lowercase identifiers here too.
2011-04-03man: document ConditionSecurityMichal Schmidt
2011-04-01man: document ConditionPathIsDirectory=Lennart Poettering
2011-03-18man: document pidns containersLennart Poettering
2011-03-18units: deemphesize Names= settings, and explain why nobody whould use themLennart Poettering
2011-03-18man: document .requires/ directoriesLennart Poettering
2011-03-08unit: distuingish mandatory from triggering conditionsLennart Poettering
2011-02-21unit: introduce ConditionVirtualization=Lennart Poettering
2011-01-01man: remaining spelling fixesMiklos Vajna
2010-11-18man: trivial BindTo description fixAndrey Borzenkov
I guess "unexpected" implies "without involvement".
2010-11-15unit: introduce ConditionDirectoryNotEmpty=Lennart Poettering
2010-11-10unit: add ConditionNull= conditionLennart Poettering
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as ↵Lennart Poettering
weaker counterpart of Conflicts=, similar to Wants= vs. Requires=
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
The property StopRetroactively= needs to be per-dependency, not per-unit, in order to properly express dependencies between .mount units and its .device and fsck .service units. If the .device unit is unplugged the mount should go away, but if the fsck process terminates the .mount should stay.
2010-10-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-20unit: introduce %f specifier to decode file namesLennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-08unit: rename 'banned' load state to 'masked'Lennart Poettering
2010-09-14man: include reference to the interface stability promiseLennart Poettering
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-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-07-24systemctl: fold systemd-install into systemctlLennart Poettering
2010-07-18man: extend man pages a littleLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-08man: fix minor ambuigityLennart Poettering
2010-07-08man: Fix minor issues in systemd.unit.xmlOzan Çağlayan
Fix minor typographic, punctuation and grammar errors.
2010-07-07man: update man pages for recent syntax changesLennart Poettering
2010-07-03man: various man page updatesLennart Poettering
2010-07-02man: minor fixLennart Poettering
2010-07-02man: refer to snapshot man page from unit man pageLennart Poettering
2010-07-02man: minor fixesLennart Poettering
2010-07-02man: trivial spelling fixesKay Sievers
2010-07-02man: document snapshot unitsLennart Poettering
2010-07-01man: document socket unitsLennart Poettering
2010-07-01man: finish service man pageLennart Poettering
2010-06-25man: more fixesKay Sievers
2010-06-25man: various fixesKay Sievers
2010-06-24man: finish systemd.unit.5Lennart Poettering
2010-06-24man: spelling fixesKay Sievers
2010-06-24man: additional documentationLennart Poettering
2010-06-24man: add more man pagesLennart Poettering
2010-05-17man: replace syslog name in man page by configured nameLennart Poettering
2010-05-16man: document a few special unitsLennart Poettering
2010-05-15man: add some initial man page workLennart Poettering