autoinstallersbutbetter/install/code-server/startCodeServer.json

10 lines
158 B
JSON

{
"apps": [
{
"name": "Code-Server",
"script": "/var/tools/startCodeServer.sh",
"args" : ""
}
]
}