1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added RunOnServerStarted, RunOnServerUpdated, RunOnServerError options. #3768

This commit is contained in:
Ylian Saint-Hilaire 2022-03-17 11:19:18 -07:00
parent a1f84ee589
commit e3205137e5
4 changed files with 33 additions and 1 deletions

View file

@ -75,6 +75,9 @@
"_mpsAliasHost": "mps.mydomain.com",
"_mpsTlsOffload": true,
"_no2FactorAuth": true,
"_runOnServerStarted": "c:\\tmp\\mcstart.bat",
"_runOnServerUpdated": "c:\\tmp\\mcupdate.bat",
"_runOnServerError": "c:\\tmp\\mcerror.bat",
"_log": "main,web,webrequest,cert",
"_syslog": "meshcentral",
"_syslogauth": "meshcentral-auth",