From 342d70ecdee87c6cdca4bf7ca15d143ff400019f Mon Sep 17 00:00:00 2001
From: Luke Smith disable, or conversely, to make a service start on reboot use enable.
- You might want to have your server automatically run commands (like updating something) at a set time without having to tell it. - We can create a "cronjob" to schedule one of these regular commands. - To create a cronjob, simply run: -
- -crontab -e
-
-
-
- - In this crontab file, we can add a line for a command. - Here is an example: -
- -unfinished
--- cgit v1.2.3