
               Info-install.txt

    SpiderControl MicroBrowser Service for Raspberry Pi (Wheezy, squeeze)

--------------------------------------------------------------------------------
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/MicroBrowser
- 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/MicroBrowser
  $ 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) 2018-2025 iniNet Solutions GmbH, 4132 Muttenz (Switzerland)
2025.10.06/F.Jambois
