Add code-server systemd unit
This commit is contained in:
8
.config/systemd/user/code-server.service
Normal file
8
.config/systemd/user/code-server.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=VSCode Server
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/pkg/code-server/code-server --auth none --disable-ssh --user-data-dir %h/.config/Code --extensions-dir %h/.vscode/extensions
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user