Created
November 30, 2024 07:51
-
-
Save schtobia/df10c931aa70bf3cc1c2fbfb581ec52b to your computer and use it in GitHub Desktop.
systemd service for vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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