Last Sync: 2022-08-20 12:00:04
This commit is contained in:
parent
aaa371fefd
commit
8a14d39935
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue