Changes

Jump to navigation Jump to search
301 bytes added ,  22:26, 6 October 2015
Line 15: Line 15:  
Custom templates survive updates and are included in a regular backup.
 
Custom templates survive updates and are included in a regular backup.
   −
Make directory for custom template
+
Check for a custom template directory. If one doesn't exist, make the directory for custom template with the following command
    
  mkdir -p /etc/e-smith/templates-custom/etc/crontab
 
  mkdir -p /etc/e-smith/templates-custom/etc/crontab
Line 28: Line 28:  
  00 16 * * * root /root/cronjobs/external_ip.sh
 
  00 16 * * * root /root/cronjobs/external_ip.sh
   −
Syntax: (0-59) (0-23) (1-31) (1-12 or Jan-Dec) (0-6 or Sun-Sat) (user) (command)
+
Syntax: Minute(0-59) Hour(0-23) Day(1-31) Month(1-12 or Jan-Dec) Day of Week(0-6 or Sun-Sat) (user) (command)
 +
 
 +
The asterisk (*) is a wildcard entry meaning all. If you enter day, you have to enter month. To run something once a week, put * for day and month and enter a number for the day.
    
Save and exit.
 
Save and exit.
70

edits

Navigation menu