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:
|
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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue