cron jobs
ss cron custom often
Runs whatever tasks/code you have manually added to the custom cron file of the often interval which can be found in the directory /var/www/crons/custom/ Routine runs /var/www/crons/custom/02-cron-often-custom Aliases ss cron custom often ss cron custom 02
ss cron often
Runs the corresponding bash script which is hardcoded into the root crontab on SlickStack servers to run every 2 minutes (often). In turn, various tasks exist that are critical functions of SlickStack, and you can add custom tasks using the custom cron file of the same interval name. Routine runs /var/www/crons/02-cron-often Aliases ss cron often […]
ss cron custom minutely
Runs whatever tasks/code you have manually added to the custom cron file of the minutely interval which can be found in the directory /var/www/crons/custom/ Routine runs /var/www/crons/custom/01-cron-minutely-custom Aliases ss cron custom minutely ss cron custom 01
ss cron minutely
Runs the corresponding bash script which is hardcoded into the root crontab on SlickStack servers to run 1x per minute. In turn, various tasks exist that are critical functions of SlickStack, and you can add custom tasks using the custom cron file of the same interval name. Routine runs /var/www/crons/01-cron-minutely Aliases ss cron minutely ss […]
ss perms
Routine Runs the /var/www/ss-perms bash script Description One of the secret weapons of SlickStack is this script, which resets file and user permissions across your entire SlickStack LEMP stack server in one command. There is nothing really like it on any other configuration management scripts, because most other software is open-ended, whereas SlickStack can do […]
ss install ubuntu crontab
This commands runs the associated bash script for installing the root crontab boilerplate maintained by SlickStack on GitHub into the localhost root crontab location for long-term scheduling of the hardcoded cron jobs included with SlickStack. Routine runs ss-install-ubuntu-crontab Aliases ss install crontab
00-crontab
This is the hardcoded crontab boilerplate that SlickStack installs. We call it 00-crontab to ensure it appears first in the list of cron job files when you’re browsing Ubuntu via SSH, but in fact this file is simply “copied” into the root crontab file which is located in /var/spool/cron/crontabs/root https://github.com/littlebizzy/slickstack/blob/master/crons/00-crontab.txt Associated commands: ss install ubuntu […]