X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=22c0d5ae9fc33e212b8b35307f9c554f38955b11;hb=290c7324ca6ed22bcb6f4d644765aefeb47dc9de;hp=5e1ddf718844ad09e946a28a85992fb271f742fe;hpb=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 5e1ddf718..22c0d5ae9 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -369,7 +369,7 @@ case it will be replaced by the value of the environment variable split up at whitespace, resulting in zero or - more arguments. To pass literal dollar sign + more arguments. To pass a literal dollar sign, use $$. Note that the first argument (i.e. the program to execute) may not be a variable, since it must @@ -524,9 +524,10 @@ Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout - logic. Defaults to 90s, except when + logic. Defaults to TimeoutStartSec= from the + manager configuration file, except when Type=oneshot is - used in which case the timeout + used, in which case the timeout is disabled by default. @@ -545,7 +546,8 @@ Takes a unit-less value in seconds, or a time span value such as "5min 20s". Pass 0 to disable the timeout - logic. Defaults to 90s. + logic. Defaults to TimeoutStartSec= from the + manager configuration file. @@ -861,12 +863,15 @@ these two options, this rate limiting may be modified. Use StartLimitInterval= - to configure the checking interval - (defaults to 10s, set to 0 to disable + to configure the checking interval (defaults to + DefaultStartLimitInterval= in + manager configuration file, set to 0 to disable any kind of rate limiting). Use StartLimitBurst= to configure how many starts per interval - are allowed (defaults to 5). These + are allowed (defaults to + DefaultStartLimitBurst= in + manager configuration file). These configuration options are particularly useful in conjunction with Restart=, however @@ -970,33 +975,6 @@ range 0-99. - - FsckPassNo= - Set the fsck passno - priority to use to order this service - in relation to other file system - checking services. This option is only - necessary to fix ordering in relation - to fsck jobs automatically created for - all /etc/fstab - entries with a value in the fs_passno - column > 0. As such it should only be - used as option for fsck - services. Almost always it is a better - choice to add explicit ordering - directives via - After= or - Before=, - instead. For more details see - systemd.unit5. If - used, pass an integer value in the - same range as - /etc/fstab's - fs_passno column. See - fstab5 - for details. - -