Skip to content

Commit 0931e1e

Browse files
committed
add shebang
1 parent 201855e commit 0931e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/openrc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This script is pretty generic and should be able to run on any OpenRC-based dist
33
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.
44

55
```bash
6+
#!/sbin/openrc-run
67
name=$RC_SVCNAME
78
description="$name - VS Code on a remote server"
89
user="" # your username here

0 commit comments

Comments
 (0)