
               Info-install.txt
    SpiderControl MicroBrowser SBC X11 Service

--------------------------------------------------------------------------------
Installation of the microbrowser service on Linux with init daemon
Use this procedure if systemctl (systemd) is not available.
Notes:
- The service assumes that the installation is done under $HOME/MicroBrowserSbc
- Use sudo in the following commands, only if you are not already logged in as root or su

Install auto start service in few steps

  $ cd $HOME/MicroBrowserSbc
  $ envsubst < install/init/microbrowser > install/microbrowser
  $ sudo cp -f install/microbrowser /etc/init.d/
  $ sudo chmod 755 /etc/init.d/microbrowser
  $ sudo update-rc.d microbrowser defaults
  $ sudo reboot

How to enable, disable or remove the service?

 $ sudo update-rc.d microbrowser enable
 $ sudo update-rc.d microbrowser disable
 $ sudo update-rc.d microbrowser remove

If you wish automatically restart the MicroBrowser service, if killed or stopped,
use autostart_microbrowser_service.sh, for this purpose.

--------------------------------------------------------------------------------
To see the status of the service with the last log messages

 $ sudo service microbrowser status

How to start the service manually?

 $ sudo service microbrowser start

How to stop the service?

 $ sudo service microbrowser stop

--------------------------------------------------------------------------------
(c) 2024 iniNet Solutions GmbH, 4132 Muttenz (Switzerland)
2024.11.01/F.Jambois
