Implement base service file modification through panel

This commit is contained in:
Dane Everitt
2016-11-09 17:58:14 -05:00
parent b8a6a15b08
commit cfd5e0e854
19 changed files with 855 additions and 1 deletions

View 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"
}
}