Schedule reboots in the Ubuntu
launch a terminal
Type sudo su
sudo crontab -e and then press ENTER
Then
Add the below line
Press CTRL+X, then Y, then ENTER.
Your ubuntu server automatically restarts at 9:05am daily
sudo mysql -uroot -p koha_library < koha_library.sql sudo systemctl restart apache2.service sudo systemctl restart koha-common sudo ...
No comments:
Post a Comment