Commit f5830bf4 authored by Ralph Schaer's avatar Ralph Schaer Committed by Phillip Webb

Fix type in deployment documentation

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

Fixes gh-3320
parent 9e5239a8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment