diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-01 23:49:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-01 23:49:50 +0200 |
commit | 1f812feafb4b98d5cfa2934886bbdd43325780bb (patch) | |
tree | ee6f49b628362ca18ea91e67f8a92f6a7b50aab9 /man/systemd.service.xml | |
parent | c0115b1f4a09b709a2d062a4f2baf21203c808bd (diff) |
man: document socket units
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 449fe6561d..c6fdc0d504 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -54,9 +54,9 @@ <refsect1> <title>Description</title> - <para>A configuration file ending in .service encodes - information about a process controlled and supervised - by systemd.</para> + <para>A unit configuration file whose name ends in + .service encodes information about a process + controlled and supervised by systemd.</para> <para>This man page lists the configuration options specific to this unit type. See @@ -308,7 +308,7 @@ forcibly via SIGTERM, and after another delay of this time with SIGKILL. (See - <option>KilleMode=</option> + <option>KillMode=</option> below.) Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout |