We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95498f7 commit 201855eCopy full SHA for 201855e
docs/openrc.md
@@ -7,7 +7,7 @@ name=$RC_SVCNAME
7
description="$name - VS Code on a remote server"
8
user="" # your username here
9
homedir="/home/$user"
10
-command="/usr/bin/$name"
+command="$(which code-server)"
11
# Just because you can do this does not mean you should. Use ~/.config/code-server/config.yaml instead
12
#command_args="--extensions-dir $homedir/.local/share/$name/extensions --user-data-dir $homedir/.local/share/$name --disable-telemetry"
13
command_user="$user:$user"
0 commit comments