mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add type None, API only or Ping only to OMR-Tracker server
This commit is contained in:
parent
cb906c82f4
commit
c36b666666
5 changed files with 38 additions and 7 deletions
|
@ -168,6 +168,7 @@ _launch_server_tracker() {
|
|||
procd_append_param env "OMR_TRACKER_INTERVAL=$interval"
|
||||
procd_append_param env "OMR_TRACKER_INTERVAL_TRIES=$interval_tries"
|
||||
procd_append_param env "OMR_TRACKER_WAIT_TEST=$wait_test"
|
||||
procd_append_param env "OMR_TRACKER_TYPE=$type"
|
||||
procd_set_param limits nofile="51200 51200"
|
||||
procd_set_param respawn 0 10 0
|
||||
procd_set_param stderr 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue