13 lines
432 B
INI
13 lines
432 B
INI
[Unit]
|
|
Description=code-server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
Environment=EXTENSIONS_GALLERY='{ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", "itemUrl": "https://marketplace.visualstudio.com/items", "controlUrl": "", "recommendationsUrl": "" }'
|
|
ExecStart=/usr/bin/code-server
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|