mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-06-14 06:30:07 +08:00
18 lines
380 B
JSON
18 lines
380 B
JSON
{
|
|
"": "Supervisor",
|
|
"common": {
|
|
"name": "Name",
|
|
"command": "Start Command",
|
|
"options": "Options",
|
|
"status": "Status",
|
|
"directory": "Start Directory",
|
|
"autostart": "Auto start with system",
|
|
"autorestart": "Auto restart"
|
|
},
|
|
"autorestart": {
|
|
"true": "Always restart",
|
|
"false": "Don't restart",
|
|
"unexpected": "Restart when error"
|
|
}
|
|
}
|