Merge pull request #3320 from ralscha/patch-1
* pr/3320: Fix type in deployment documentation
This commit is contained in:
commit
f8e5bfde2b
|
|
@ -362,7 +362,7 @@ Spring Boot application as an `init.d` service simply create a symlink:
|
|||
|
||||
[indent=0,subs="verbatim,quotes,attributes"]
|
||||
----
|
||||
$ sudo link -s /var/myapp/myapp.jar /etc/init.d/myapp
|
||||
$ sudo ln -s /var/myapp/myapp.jar /etc/init.d/myapp
|
||||
----
|
||||
|
||||
TIP: It is advisable to create a specific user account to run you application. Ensure
|
||||
|
|
|
|||
Loading…
Reference in New Issue