summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
Commit message (Collapse)AuthorAgeFilesLines
* unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering2012-07-201-76/+24
|
* man: reword man page titlesLennart Poettering2012-07-161-1/+1
| | | | | Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
* man: document Restart= a bit moreLennart Poettering2012-07-041-8/+10
|
* service: flush the start counter in "systemctl reset-failed"Lennart Poettering2012-07-041-1/+9
|
* man: clarify that StartLimitInterval= also applies to manual startsLennart Poettering2012-07-041-4/+8
|
* man: explain StartLimitRate= in conjunction with Restart= a bit betterLennart Poettering2012-07-041-1/+9
|
* man: add various links from man pages to appropriate wiki pagesLennart Poettering2012-06-281-1/+6
|
* man: extend watchdog docs a bitLennart Poettering2012-06-281-10/+13
|
* service: timeout for oneshot servicesLukas Nykryn2012-06-151-1/+3
| | | | | | | Add possibility to specify timeout for oneshot services. [ https://bugzilla.redhat.com/show_bug.cgi?id=761656 Added minor fixups. -- michich ]
* service: mark compat options as suchLennart Poettering2012-05-301-50/+62
| | | | | | | | | This moves FsckPassNo= and SysVStartPriority= into its own "Compatibility Options" section in the man page to clarify that these options are not useful for anything but establishing a limited amount of compatibility. Also stop exposing these options on the bus.
* man: properly document FsckPassNo= for mount unitsLennart Poettering2012-05-231-9/+0
|
* service: make the fsck pass no configurableLennart Poettering2012-05-211-0/+9
|
* service: default to Type=dbus if BusName= is specifiedLennart Poettering2012-05-031-3/+6
|
* man: fix typoKay Sievers2012-04-301-1/+1
|
* service: document new Type=idleLennart Poettering2012-04-301-1/+12
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
| | | | | | | | | | | | | | 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.
* service: imply NotifyAccess=main if WatchdogSec= is usedLennart Poettering2012-02-091-5/+19
|
* man: document restart optionsLennart Poettering2012-02-091-4/+67
|
* man: fix XMLLennart Poettering2012-02-091-1/+1
| | | | Spotted by Sergey Ptashnick.
* man: document the WATCHDOG_USEC environment variableLennart Poettering2012-02-081-11/+17
|
* service: introduce WatchdogSec and hook up the watchdog with the existing ↵Michael Olbrich2012-02-081-0/+18
| | | | failure logic
* man: fix misplaced remark in description of Sockets=Michal Schmidt2011-12-171-2/+2
|
* man: for ExecStart= provide more details on env var substitution and how ↵Barry Scott2011-10-111-14/+22
| | | | | | | that turns into arguments. For EnvironmentFile= explain that double quotes can be used to protect whitespace.
* def: lower default timeout to 90sLennart Poettering2011-04-271-1/+1
| | | | Almost everybody found 3min too long, so lower it again
* man: fix specification of default timeoutsLennart Poettering2011-04-201-1/+1
|
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-291-5/+0
|
* special: get rid of dbus.targetLennart Poettering2011-03-181-1/+1
|
* service: make main pid guessing optional, and reread pid file after reloadsLennart Poettering2011-02-131-0/+24
|
* man: clarify a few thingsLennart Poettering2011-02-091-1/+5
|
* execute: make sending of SIGKILL on shutdown optionalLennart Poettering2011-01-181-3/+17
|
* man: document missing KillSignal= and swap optionsLennart Poettering2011-01-181-2/+12
|
* man: remaining spelling fixesMiklos Vajna2011-01-011-4/+4
|
* man: Fix various typosAndrew Edmunds2010-11-111-3/+3
|
* service: implement FsckPassNo= optionLennart Poettering2010-10-201-0/+27
|
* man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymoreLennart Poettering2010-10-191-2/+2
|
* service: introduce Restart=on-failure and Restart=on-abortLennart Poettering2010-10-081-12/+21
|
* fix typo: s/seperat/separat/gDave Reisner2010-10-051-1/+1
|
* man: fix typoLennart Poettering2010-10-051-1/+1
|
* man: document Sockets= switchLennart Poettering2010-10-051-0/+27
|
* service: rename settings for Restart= from 'restart-always' to 'always' and ↵Lennart Poettering2010-10-051-6/+6
| | | | similar
* man: document that first param to ExecStart= cannot be variable substitutionLennart Poettering2010-09-151-2/+5
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=630156
* man: Fix small typo: s/seperate/separate/Michael Biebl2010-09-061-2/+2
|
* service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering2010-08-171-2/+2
|
* man: document that we now accept more than one main process for Type=oneshot ↵Lennart Poettering2010-08-131-27/+39
| | | | services
* service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering2010-08-131-2/+2
| | | | | | | | | | 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".
* exec: extend variable substitution to support splitting variable values into ↵Lennart Poettering2010-07-211-4/+8
| | | | seperate arguments
* execute: optionally ignore return status of invoked commandsLennart Poettering2010-07-121-1/+9
|
* man: document variable substitutionLennart Poettering2010-07-081-9/+35
|
* man: update man pages for recent syntax changesLennart Poettering2010-07-071-16/+33
|
* update man pages for recent changesLennart Poettering2010-07-071-1/+1
|