Merge pull request #6954 from vpavic:update-docs
* pr/6954: Improve systemd service documentation
This commit is contained in:
commit
713fd51f9c
|
|
@ -548,9 +548,12 @@ the following example and place it in `/etc/systemd/system` directory:
|
||||||
TIP: Remember to change the `Description`, `User` and `ExecStart` fields for your
|
TIP: Remember to change the `Description`, `User` and `ExecStart` fields for your
|
||||||
application.
|
application.
|
||||||
|
|
||||||
|
TIP: Note that `ExecStart` field does not declare the script action command, which means
|
||||||
|
that `run` command is used by default.
|
||||||
|
|
||||||
Note that unlike when running as an `init.d` service, user that runs the application, PID
|
Note that unlike when running as an `init.d` service, user that runs the application, PID
|
||||||
file and console log file behave differently under `systemd` and must be configured using
|
file and console log file are managed by `systemd` itself and therefore must be configured
|
||||||
appropriate fields in '`service`' script. Consult the
|
using appropriate fields in '`service`' script. Consult the
|
||||||
http://www.freedesktop.org/software/systemd/man/systemd.service.html[service unit
|
http://www.freedesktop.org/software/systemd/man/systemd.service.html[service unit
|
||||||
configuration man page] for more details.
|
configuration man page] for more details.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue