
               Info-install.txt
    SpiderControl MicroBrowser Service on Raspberry Pi OS (Jessie,...)

--------------------------------------------------------------------------------
Installation of microbrowser.service on Linux with daemon systemd
Use this procedure only if systemctl (systemd) is 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
- systemctl may not work inside Docker container

Install auto start service

  $ cd $HOME/MicroBrowser
  $ envsubst < install/systemd/microbrowser.service > install/microbrowser.service
  $ sudo cp -f install/microbrowser.service /lib/systemd/system/
  $ sudo cp -f install/systemd/microbrowser.timer /lib/systemd/system/
  $ sudo systemctl daemon-reload

Enable the service (with a timer of 30s after boot up), and reboot

 $ sudo systemctl enable microbrowser.timer
 $ sudo reboot

To list all timers

 $ systemctl list-timers --all

To disable the auto start service

 $ sudo systemctl disable microbrowser.service
 $ sudo systemctl disable microbrowser.timer

--------------------------------------------------------------------------------
To see the status, start and stop the service

 $ sudo systemctl status microbrowser
 $ sudo systemctl start microbrowser
 $ sudo systemctl stop microbrowser
Or
 $ sudo service microbrowser status
 $ sudo service microbrowser start
 $ sudo service microbrowser stop
 
--------------------------------------------------------------------------------
(c) 2018-2025 iniNet Solutions GmbH, 4132 Muttenz (Switzerland)
2025.10.06/F.Jambois
