Script for making scout_realtime application as a service
-
Copy the
scout_realtime
file to the/etc/init.d
directory. -
Run
sudo update-rc.d scout_realtime defaults
. If you got some errors, remove previous links usingsudo update-rc.d scout_realtime remove
.
Now, the scout_realtime will start automativally on machine boot.