Automatically Restart Debian Server
This HowTo allow us to automatically restart Debian server at midnight everyday. This action perhaps needed for maintenance purpose for our Debian Server.
Type this command:
export EDITOR=vi && crontab -e
Append the following line at the file:
# m h dom mon dow user command 00 00 * * * /sbin/shutdown -r now
Save this new file and our server should be restart at midnight everyday. If you want deactivate this crontab, just uncomment that line.Good Luck ![]()
–
me, sUpricak3p


















No Responses to “Automatically Restart Debian Server”
Please Wait
Yes, leave a comment here!