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:
- Programming_Languages
- shell
- abra
---
# Cron
@ -9,10 +10,11 @@ tags:
## `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:
```bash
systemctrl enable --now cronie.service
```
## Commands
## commands
### List cron jobs
```