X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.service.xml;h=5230a78337e34b9ca3a2e532b83283928c4b748d;hp=5285ce3d52157e20723bc594e78dc575de5f21bd;hb=af62c704053b5d34672497eb5bdc4764ebbb5f4f;hpb=11e299550e832659095d7bf833e4e8fc1971ef1e;ds=inline diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 5285ce3d5..5230a7833 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -94,14 +94,14 @@ daemon process. This is the behaviour of traditional UNIX daemons. If this setting is - used it is recommended to also + used, it is recommended to also use the PIDFile= option, so that systemd can identify the main process of - the daemon. systemd will start - follow-up units as soon as the - parent process exited. + the daemon. systemd will proceed + starting follow-up units as soon + as the parent process exits. If set to simple (the @@ -110,12 +110,12 @@ configured with ExecStart= is the main process of the - daemon. In this mode + daemon. In this mode, communication channels must be available before the daemon is - started up, as systemd will - immediately start follow-up - units. + started up (sockets set up by systemd), + as systemd will immediately proceed + starting follow-up units. Behaviour of finish is @@ -136,9 +136,9 @@ the daemon acquires a name on the D-Bus bus, as configured by - BusName=. Follow-up - units will be started after - the name has been + BusName=. Systemd will + proceed starting follow-up + units after the D-Bus bus name has been acquired. @@ -170,8 +170,8 @@ BusName= - Takes a D-Bus bus name - that this service is reachable + Takes a D-Bus bus name, + where this service is reachable as. This option is mandatory for services where Type= is