updated sample config

This commit is contained in:
Daniel Sommer 2022-03-18 16:05:29 +01:00
parent b42f8c5612
commit 01875bc0b3

View file

@ -14,11 +14,11 @@
"command": "tail",
"args": [
"-f",
"/tmp/test"
"/tmp/example"
],
"options": {
"detach": true,
"unique": "toggle"
"unique": true
}
},
{
@ -28,30 +28,30 @@
"args": []
},
{
"url": "/systemctl/docker",
"url": "/systemctl/example",
"method": "get",
"command": "systemctl",
"args": [
"is-active",
"code-server@velvettear"
"example"
]
},
{
"url": "/systemctl/docker/start",
"url": "/systemctl/example/start",
"method": "post",
"command": "systemctl",
"args": [
"start",
"code-server@velvettear"
"example"
]
},
{
"url": "/systemctl/docker/stop",
"url": "/systemctl/example/stop",
"method": "post",
"command": "systemctl",
"args": [
"stop",
"code-server@velvettear"
"example"
]
}
]