Rather than issuing "java -jar <bridgeforgit>.jar" manually every time server is brought up, it would be nice to start it as a service automatically at server boot/start.
How to configure it?
Release : 18.1
Component : BRIDGE FOR GIT 2.9.0
Using systemd:
[Unit]
Description=Reboot B4G systemd service.
[Service]
Type=simple
ExecStart=/bin/bash /home/B4G.sh
[Install]
WantedBy=multi-user.target
This will allow B4G service to run (execute B4G.sh and start B4G automatically) after system reboots.