Last Sync: 2022-08-20 12:00:04

This commit is contained in:
tactonbishop 2022-08-20 12:00:04 +01:00
parent aaa371fefd
commit 8a14d39935

View file

@ -2,6 +2,7 @@
tags: tags:
- Programming_Languages - Programming_Languages
- shell - shell
- abra
--- ---
# Cron # Cron
@ -9,10 +10,11 @@ tags:
## `cronie` ## `cronie`
In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default). Install `cronie` and then enable it in systemd with: In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default). Install `cronie` and then enable it in systemd with:
```bash ```bash
systemctrl enable --now cronie.service systemctrl enable --now cronie.service
``` ```
## Commands ## commands
### List cron jobs ### List cron jobs
``` ```