Last Sync: 2022-06-04 12:30:05

This commit is contained in:
tactonbishop 2022-06-04 12:30:05 +01:00
parent d6e93b603f
commit d880e5fab5
2 changed files with 10 additions and 1 deletions

View file

@ -6,7 +6,13 @@ tags:
---
# Cron
In Arch Linux I use `cronie` for cron jobs. (There is no cron service installed by default).
## `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
### List cron jobs

3
markdown-styles.css Normal file
View file

@ -0,0 +1,3 @@
h1, body {
font-family: 'Liberation';
}