X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=c9cd51f739dda1cd0da27273fc07f9fb0c3d3a5a;hb=f601daa70143745915a8d38603969f228414af19;hp=8f455ea4c721fd74874fba38c35cd12568baa43c;hpb=f72192c0c91b3adc92dc34b9ebead51dd215d2b2;p=elogind.git diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 8f455ea4c..c9cd51f73 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -307,7 +307,7 @@ the command in ExecStart=. Multiple command lines may be concatenated in a - single directive, by seperating them + single directive, by separating them by semicolons (these semicolons must be passed as separate words). In that case, the commands are executed one @@ -426,19 +426,28 @@ Restart= Configures whether the - main service process shall be restarted when - it exists. Takes one of + main service process shall be + restarted when it exists. Takes one of , - or - . If - set to (the - default) the service will not be - restarted when it exits. If set to - it - will be restarted only when it exited - cleanly, i.e. terminated with an exit - code of 0. If set to - the + , + , + or + . If set to + (the default) the + service will not be restarted when it + exits. If set to + it will be + restarted only when it exited cleanly, + i.e. terminated with an exit code of + 0. If set to + it will be + restared only when it exited with an + exit code not equalling 0, or when + terminated by a signal. If set to + it will be + restarted only if it exits due to + reception of an uncaught signal. If + set to the service will be restarted regardless whether it exited cleanly or not, or got terminated abnormally by a @@ -624,7 +633,7 @@ Service= setting of .socket units doesn't have to match the inverse of the - Sockets= setiing of + Sockets= setting of the .service it refers to.