mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Implement base service file modification through panel
This commit is contained in:
25
storage/app/services/srcds/main.json
Normal file
25
storage/app/services/srcds/main.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"srcds": {
|
||||
"tag": "^(srcds)$",
|
||||
"startup": {
|
||||
"done": "Assigned anonymous gameserver Steam ID",
|
||||
"userInteraction": []
|
||||
},
|
||||
"stop": "quit",
|
||||
"configs": {},
|
||||
"log": {
|
||||
"custom": true,
|
||||
"location": "logs/latest.log"
|
||||
},
|
||||
"query": "protocol-valve"
|
||||
},
|
||||
"ark": {
|
||||
"tag": "^(ark)$",
|
||||
"symlink": "srcds",
|
||||
"startup": {
|
||||
"done": "Setting breakpad minidump AppID"
|
||||
},
|
||||
"stop": "^C",
|
||||
"query": "none"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user