app-crypt/etoken-sac: fix eutils EAPI 7
[gentoo-zh.git] / www-apps / openvscode-server-bin / files / openvscode-server-user.service
blobee81321fc5673d7fb284c86bba63a3a8e6e4a744
1 [Unit]
2 Description=VS Code that runs a server on remote and allows access through a web browser
3 Documentation=https://github.com/gitpod-io/openvscode-server/tree/docs
4 After=network.target nss-lookup.target iptables.service ip6tables.service
5 Wants=network.target
7 [Service]
8 Type=exec
9 ExecStart=/usr/bin/openvscode-server --port 3000 --host localhost
10 Restart=on-failure
12 [Install]
13 WantedBy=multi-user.target