clean up basics

This commit is contained in:
Malin Freeborn
2021-06-09 02:44:55 +02:00
parent 5f45d5d43b
commit e39a73572b
3 changed files with 12 additions and 15 deletions

View File

@@ -2,11 +2,11 @@
Various services from cron exist, e.g.
> sudo apt -y install cronie
> sudo apt -y install cron
Start the cronie with
> sudo systemctl enable --now cronie
> sudo systemctl enable --now cron
Specify a cron job with:
@@ -45,7 +45,6 @@ Doing the same thing, but only in February, would be:
`0 15 * 2 7`
# Testing with runparts
Run-parts runs all executable scripts in a directory.