Fix type in deployment documentation
Replace use of `link -s` with `ln -s`. Fixes gh-3320
This commit is contained in:
parent
9e5239a819
commit
f5830bf46e
|
@ -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