
               Info-install.txt
    SpiderControl MicroBrowser SBC X11 Service

--------------------------------------------------------------------------------
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/MicroBrowserSbc
- 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/MicroBrowserSbc
  $ 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) 2024 iniNet Solutions GmbH, 4153 Muttenz (Switzerland)
2024.11.01/F.Jambois
