summaryrefslogtreecommitdiff
path: root/man/systemd.service.xml
Commit message (Expand)AuthorAgeFilesLines
* man: document new OOMPolicy= settingLennart Poettering2019-04-091-0/+23
* man: add references from the .mount and .service man pages to systemd-{mount,...Lennart Poettering2019-04-081-1/+6
* man: clarify that ExecStop= is always calledZbigniew Jędrzejewski-Szmek2019-03-221-8/+12
* man: use same header for all filesZbigniew Jędrzejewski-Szmek2019-03-141-1/+1
* man: standarize on one-line license headerZbigniew Jędrzejewski-Szmek2019-03-141-4/+1
* man: be even more explicit that RestartPreventExitStatus= does not affect Exe...Lennart Poettering2019-03-141-15/+17
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-1/+6
* man: add referecne to systemd-system.confYu Watanabe2019-02-011-0/+1
* tree-wide: s/time-out/timeout/gZbigniew Jędrzejewski-Szmek2018-12-141-1/+1
* man: let's deprecate PermissionsStartOnly=Lennart Poettering2018-11-161-18/+0
* core: log about /var/run/ prefix used in PIDFile=, patch it to be /run insteadLennart Poettering2018-11-101-8/+9
* Make Watchdog Signal ConfigurableAnita Zhang2018-09-261-1/+2
* man: document the new Type=exec typeLennart Poettering2018-07-251-71/+87
* man: clarify that prefixing ExecStart= lines with "-" won't cause systemd to ...Lennart Poettering2018-07-171-1/+1
* man: drop mode line in file headersZbigniew Jędrzejewski-Szmek2018-07-031-1/+1
* man: correct the meaning of TimeoutStopSec= (#9325)Jan Synacek2018-06-221-6/+6
* man: drop unused <authorgroup> tags from man sourcesZbigniew Jędrzejewski-Szmek2018-06-141-9/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-2/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* man: fix typoMichael Prokop2018-06-061-1/+1
* man: fix typoLucas Werkmeister2018-05-191-1/+1
* service: FileDescriptorStoreMax should also imply NotifyAccessAlan Jenkins2018-05-151-1/+4
* Merge pull request #8735 from keszybz/small-docs-updatesLennart Poettering2018-04-181-46/+64
|\
| * man: merge two sections into two subsections of one sectionZbigniew Jędrzejewski-Szmek2018-04-181-49/+53
| * man: describe unit templating explicitlyZbigniew Jędrzejewski-Szmek2018-04-181-0/+14
* | Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-15/+25
|\ \ | |/ |/|
| * systemd-path: allow the default search path to be queriedZbigniew Jędrzejewski-Szmek2018-04-161-1/+2
| * systemd: do not require absolute paths in ExecStartZbigniew Jędrzejewski-Szmek2018-04-161-15/+24
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* man:systemd.service(5): fix description of specifiers in command lines (#8146)Oleander Reis2018-02-091-3/+1
* man: .service <filename> to <literal> (#8126)Faalagorn2018-02-081-1/+1
* core: be stricter when handling PID files and MAINPID sd_notify() messagesLennart Poettering2018-01-111-10/+8
* man: generalize "binary" to "program" (#7668)Alan Jenkins2017-12-161-2/+2
* man: Clarify when OnFailure= activates after restarts (#7646)Ken (Bitsko) MacLeod2017-12-151-1/+2
* core: add EXTEND_TIMEOUT_USEC={usec} - prevent timeouts in startup/runtime/sh...Daniel Black2017-12-141-1/+27
* core: generalize FailureAction= move it from service to unitLennart Poettering2017-11-201-8/+0
* Add SPDX license identifiers to man pagesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
* man: document that ExecStop= is executed during restartsLennart Poettering2017-11-171-1/+3
* man: add missing suffixing "=" for setting nameLennart Poettering2017-11-171-1/+1
* man: fix typo for !! in systemd.service (#7031)bleep_blop2017-10-081-1/+1
* man: use "filename" not "file name" by defaultZbigniew Jędrzejewski-Szmek2017-09-151-2/+2
* man: delete note about propagating signal terminationZbigniew Jędrzejewski-Szmek2017-09-151-10/+0
* man: explicitly distinguish "implicit dependencies" and "default dependencies"John Lin2017-09-131-31/+43
* man: fix typos (#6739)Jakub Wilk2017-09-041-2/+2
* core: add two new special ExecStart= character prefixesLennart Poettering2017-08-101-7/+52
* man: add more detail about quoting in ExecStart linesZbigniew Jędrzejewski-Szmek2017-06-301-6/+8
* man: improve documentation of ExecStartPost= a bitLennart Poettering2017-06-271-8/+7
* core: permit FDSTORE=1 messages with non-pollable fdsLennart Poettering2017-06-261-14/+11
* Merge pull request #5600 from fbuihuu/make-logind-restartableZbigniew Jędrzejewski-Szmek2017-06-241-9/+8
|\
| * core: only apply NonBlocking= to fds passed via socket activationFranck Bui2017-06-061-9/+8