...
- ssh to the EUMETCAST machine in your tenancy
- Stop TelliCast Client and amtgwd software
Code Block sudo systemctl stop tellicast-client sudo systemctl stop amtgwd
- Create a file amtgwd with the following content
( using command touch amtgwd or vi amtgwd)View file name amtgwd 2 height 250 - Copy the new startup script into the correct location
Code Block sudo mv amtgwd /etc/init.d/
- Reload
Code Block sudo systemctl daemon-reload
- Start the TelliCast Client and amtgwd software
Code Block sudo systemctl start amtgwd sudo systemctl start tellicast-client
- Verify reception:
...