diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-18 00:40:10 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-18 00:40:10 +0100 |
commit | 2292707df5dda00662d0b4905c14aa4fa8d1f1fa (patch) | |
tree | 1e67654d0ee2cbdde46f9b1c8465e6800faa53f1 /man/systemd.service.xml | |
parent | b24a167b6f0f9a44686736734e6d0cec07e1efa3 (diff) |
man: document missing KillSignal= and swap options
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e4fa6bcc7c..e5262f6d60 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -560,8 +560,10 @@ <option>control-group</option>.</para> <para>Processes will first be - terminated via SIGTERM. If then after - a delay (configured via the + terminated via SIGTERM (unless this is + changed via + <varname>KillSignal=</varname>). If + then after a delay (configured via the <varname>TimeoutSec=</varname> option) processes still remain, the termination request is repeated with @@ -572,6 +574,14 @@ </varlistentry> <varlistentry> + <term><varname>KillSignal=</varname></term> + <listitem><para>Specifies which signal + to use when killing a + service. Defaults to SIGTERM. + </para></listitem> + </varlistentry> + + <varlistentry> <term><varname>NonBlocking=</varname></term> <listitem><para>Set O_NONBLOCK flag for all file descriptors passed via |