Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | man: document that ExecStart= doesn't understand shell command lines | Lennart Poettering | |
2012-08-14 | man: extend documentation for RestartPreventExitStatus= and ↵ | Lennart Poettering | |
SuccessExitStatus= a bit | |||
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn | |
In some cases, like wrong configuration, restarting after error does not help, so administrator can specify statuses by RestartPreventExitStatus which will not cause restart of a service. Sometimes you have non-standart exit status, so this can be specified by SuccessfulExitStatus. | |||
2012-08-08 | systemd: introduced new timeout types | Michal Sekletar | |
Makes possible to specify separate timeout for start and stop of the service. [ Improved the manpage. Coding style fix. -- michich ] | |||
2012-07-20 | unit: split off KillContext from ExecContext containing only kill definitions | Lennart Poettering | |
2012-07-16 | man: reword man page titles | Lennart Poettering | |
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. | |||
2012-07-04 | man: document Restart= a bit more | Lennart Poettering | |
2012-07-04 | service: flush the start counter in "systemctl reset-failed" | Lennart Poettering | |
2012-07-04 | man: clarify that StartLimitInterval= also applies to manual starts | Lennart Poettering | |
2012-07-04 | man: explain StartLimitRate= in conjunction with Restart= a bit better | Lennart Poettering | |
2012-06-28 | man: add various links from man pages to appropriate wiki pages | Lennart Poettering | |
2012-06-28 | man: extend watchdog docs a bit | Lennart Poettering | |
2012-06-15 | service: timeout for oneshot services | Lukas Nykryn | |
Add possibility to specify timeout for oneshot services. [ https://bugzilla.redhat.com/show_bug.cgi?id=761656 Added minor fixups. -- michich ] | |||
2012-05-30 | service: mark compat options as such | Lennart Poettering | |
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. | |||
2012-05-23 | man: properly document FsckPassNo= for mount units | Lennart Poettering | |
2012-05-21 | service: make the fsck pass no configurable | Lennart Poettering | |
2012-05-03 | service: default to Type=dbus if BusName= is specified | Lennart Poettering | |
2012-04-30 | man: fix typo | Kay Sievers | |
2012-04-30 | service: document new Type=idle | Lennart Poettering | |
2012-04-12 | relicense 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-09 | service: imply NotifyAccess=main if WatchdogSec= is used | Lennart Poettering | |
2012-02-09 | man: document restart options | Lennart Poettering | |
2012-02-09 | man: fix XML | Lennart Poettering | |
Spotted by Sergey Ptashnick. | |||
2012-02-08 | man: document the WATCHDOG_USEC environment variable | Lennart Poettering | |
2012-02-08 | service: introduce WatchdogSec and hook up the watchdog with the existing ↵ | Michael Olbrich | |
failure logic | |||
2011-12-17 | man: fix misplaced remark in description of Sockets= | Michal Schmidt | |
2011-10-11 | man: 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-27 | def: lower default timeout to 90s | Lennart Poettering | |
Almost everybody found 3min too long, so lower it again | |||
2011-04-20 | man: fix specification of default timeouts | Lennart Poettering | |
2011-03-29 | exec: drop process group kill mode since it has little use and confuses the user | Lennart Poettering | |
2011-03-18 | special: get rid of dbus.target | Lennart Poettering | |
2011-02-13 | service: make main pid guessing optional, and reread pid file after reloads | Lennart Poettering | |
2011-02-09 | man: clarify a few things | Lennart Poettering | |
2011-01-18 | execute: make sending of SIGKILL on shutdown optional | Lennart Poettering | |
2011-01-18 | man: document missing KillSignal= and swap options | Lennart Poettering | |
2011-01-01 | man: remaining spelling fixes | Miklos Vajna | |
2010-11-11 | man: Fix various typos | Andrew Edmunds | |
2010-10-20 | service: implement FsckPassNo= option | Lennart Poettering | |
2010-10-19 | man: properly refer to $MAINPID instead of $(MAINPID) which doesnt work anymore | Lennart Poettering | |
2010-10-08 | service: introduce Restart=on-failure and Restart=on-abort | Lennart Poettering | |
2010-10-05 | fix typo: s/seperat/separat/g | Dave Reisner | |
2010-10-05 | man: fix typo | Lennart Poettering | |
2010-10-05 | man: document Sockets= switch | Lennart Poettering | |
2010-10-05 | service: rename settings for Restart= from 'restart-always' to 'always' and ↵ | Lennart Poettering | |
similar | |||
2010-09-15 | man: document that first param to ExecStart= cannot be variable substitution | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=630156 | |||
2010-09-06 | man: Fix small typo: s/seperate/separate/ | Michael Biebl | |
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-13 | man: document that we now accept more than one main process for Type=oneshot ↵ | Lennart Poettering | |
services | |||
2010-08-13 | service: 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-21 | exec: extend variable substitution to support splitting variable values into ↵ | Lennart Poettering | |
seperate arguments |