File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -548,9 +548,12 @@ the following example and place it in `/etc/systemd/system` directory:
548548TIP: Remember to change the `Description`, `User` and `ExecStart` fields for your
549549application.
550550
551+ TIP: Note that `ExecStart` field does not declare the script action command, which means
552+ that `run` command is used by default.
553+
551554Note that unlike when running as an `init.d` service, user that runs the application, PID
552- file and console log file behave differently under `systemd` and must be configured using
553- appropriate fields in '`service`' script. Consult the
555+ file and console log file are managed by `systemd` itself and therefore must be configured
556+ using appropriate fields in '`service`' script. Consult the
554557http://www.freedesktop.org/software/systemd/man/systemd.service.html[service unit
555558configuration man page] for more details.
556559
You can’t perform that action at this time.
0 commit comments