Skip to content

Instantly share code, notes, and snippets.

@schtobia
Created November 30, 2024 07:51
Show Gist options
  • Save schtobia/df10c931aa70bf3cc1c2fbfb581ec52b to your computer and use it in GitHub Desktop.
Save schtobia/df10c931aa70bf3cc1c2fbfb581ec52b to your computer and use it in GitHub Desktop.
systemd service for vscode
[Unit]
After=network.target
[Service]
ExecStart=/home/schtobia/.local/bin/code tunnel
[Install]
WantedBy=default.target
# Install this file under $HOME/.config/systemd/user/vscode.service
# and enable it via systemctl enable --user vscode.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment