Fix type in deployment documentation

Replace use of `link -s` with `ln -s`.

Fixes gh-3320
This commit is contained in:
Ralph Schaer 2015-06-24 18:00:18 +02:00 committed by Phillip Webb
parent 9e5239a819
commit f5830bf46e
1 changed files with 1 additions and 1 deletions

View File

@ -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