clean up basics
This commit is contained in:
parent
5f45d5d43b
commit
e39a73572b
@ -2,8 +2,6 @@ Install with:
|
|||||||
|
|
||||||
> sudo apt install at
|
> sudo apt install at
|
||||||
|
|
||||||
> sudo pacman -S at
|
|
||||||
|
|
||||||
Enable the daemon service with:
|
Enable the daemon service with:
|
||||||
|
|
||||||
> sudo systemctl enable --now atd
|
> sudo systemctl enable --now atd
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
Various services from cron exist, e.g.
|
Various services from cron exist, e.g.
|
||||||
|
|
||||||
> sudo apt -y install cronie
|
> sudo apt -y install cron
|
||||||
|
|
||||||
Start the cronie with
|
Start the cronie with
|
||||||
|
|
||||||
> sudo systemctl enable --now cronie
|
> sudo systemctl enable --now cron
|
||||||
|
|
||||||
Specify a cron job with:
|
Specify a cron job with:
|
||||||
|
|
||||||
@ -45,7 +45,6 @@ Doing the same thing, but only in February, would be:
|
|||||||
|
|
||||||
`0 15 * 2 7`
|
`0 15 * 2 7`
|
||||||
|
|
||||||
|
|
||||||
# Testing with runparts
|
# Testing with runparts
|
||||||
|
|
||||||
Run-parts runs all executable scripts in a directory.
|
Run-parts runs all executable scripts in a directory.
|
||||||
|
@ -28,7 +28,7 @@ Make it permanent for the entire system by editing:
|
|||||||
While generally set together, the variables setable are:
|
While generally set together, the variables setable are:
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|:-------------:|:------------|
|
|:-------------------------------------:|:---------------------------------------------------------------|
|
||||||
| LC_TIME | Date and time |
|
| LC_TIME | Date and time |
|
||||||
| LC_NUMERIC | Nonmonetary numeric formats |
|
| LC_NUMERIC | Nonmonetary numeric formats |
|
||||||
| LC_PAPER | A4 vs wrong paper |
|
| LC_PAPER | A4 vs wrong paper |
|
||||||
|
Loading…
Reference in New Issue
Block a user