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 201855e commit 0931e1eCopy full SHA for 0931e1e
docs/openrc.md
@@ -3,6 +3,7 @@ This script is pretty generic and should be able to run on any OpenRC-based dist
3
Save the file as `code-server` in `/etc/init.d` and make it executable with `chmod +x code-server`. Put your username in line 3.
4
5
```bash
6
+#!/sbin/openrc-run
7
name=$RC_SVCNAME
8
description="$name - VS Code on a remote server"
9
user="" # your username here
0 commit comments