summarylogtreecommitdiffstats
path: root/openvscode-server.service
blob: 95a2adfde7590c538c8c4129bf83bce8a354094a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=openvscode-server
After=network.target

[Service]
Type=exec
ExecStart=/opt/openvscode-server/bin/openvscode-server --host 127.0.0.1 --port 3000 --without-connection-token
Restart=always
User=%i

[Install]
WantedBy=default.target