Automatic Webtrisul Restart

This article provides instructions to set-up an automatic webtrisul restart everyday. This can be done using cron.

Adding the Task to Cron

crontab -e
* 4 * * * systemctl restart webtrisuld 

Run crontab as root