|
Edited by Vlad at 2016-4-22 19:36
Thanks, dony71. Your really smarty
Here is a example how to assign another port for h3control daemon:
Add --binding=*:54321 parameter to this line in /etc/init.d/h3control
- mono $deploydir/bin/H3Control.exe &
Copy code
Line may look like:
- mono $deploydir/bin/H3Control.exe --binding=*:54321 &
Copy code
54321 is a desired port number
Please dont corrupt full path to H3Control.exe in your system.
|
|