summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
AgeCommit message (Collapse)Author
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
2012-02-09service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering
2012-02-09man: document restart optionsLennart Poettering
2012-02-09man: fix XMLLennart Poettering
Spotted by Sergey Ptashnick.
2012-02-08man: document the WATCHDOG_USEC environment variableLennart Poettering
2012-02-08service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich
failure logic
2011-12-17man: fix misplaced remark in description of Sockets=Michal Schmidt
2011-10-11man: for ExecStart= provide more details on env var substitution and how ↵Barry Scott
that turns into arguments. For EnvironmentFile= explain that double quotes can be used to protect whitespace.
2011-04-27def: lower default timeout to 90sLennart Poettering
Almost everybody found 3min too long, so lower it again
2011-04-20man: fix specification of default timeoutsLennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-18special: get rid of dbus.targetLennart Poettering
2011-02-13service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering
2011-02-09man: clarify a few thingsLennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2011-01-18man: document missing KillSignal= and swap optionsLennart Poettering
2011-01-01man: remaining spelling fixesMiklos Vajna
2010-11-11man: Fix various typosAndrew Edmunds
2010-10-20service: implement FsckPassNo= optionLennart Poettering
2010-10-19man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymoreLennart Poettering
2010-10-08service: introduce Restart=on-failure and Restart=on-abortLennart Poettering
2010-10-05fix typo: s/seperat/separat/gDave Reisner
2010-10-05man: fix typoLennart Poettering
2010-10-05man: document Sockets= switchLennart Poettering
2010-10-05service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering
similar
2010-09-15man: document that first param to ExecStart= cannot be variable substitutionLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=630156
2010-09-06man: Fix small typo: s/seperate/separate/Michael Biebl
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart 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-07-21exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering
seperate arguments
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-08man: document variable substitutionLennart Poettering
2010-07-07man: update man pages for recent syntax changesLennart Poettering
2010-07-07update man pages for recent changesLennart Poettering
2010-07-06man: more blurbsLennart Poettering
2010-07-03man: various man page updatesLennart Poettering
2010-07-02man: extend references to exec man pageLennart Poettering
2010-07-02man: document automount unitsLennart Poettering
2010-07-01man: document socket unitsLennart Poettering
2010-07-01man: finish service man pageLennart Poettering
2010-06-25man: various fixesKay Sievers
2010-05-15man: add some initial man page workLennart Poettering