diff options
author | David Timber <dxdt@dev.snart.me> | 2025-04-14 19:23:34 +0200 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2025-04-14 19:23:34 +0200 |
commit | 57e1787cd25a425eb1c425dff58387f5da76037d (patch) | |
tree | 821a8c0b5e91ac0af01d12a6c0b61f04e58a7802 /src/conf/crontab | |
parent | 7a4e937f35c1510b33353aad6878c74fb721f554 (diff) |
Some tree changes ...
- Move src/conf into src/palhm
- Delete .vscode/settings.json
Diffstat (limited to 'src/conf/crontab')
-rw-r--r-- | src/conf/crontab | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/conf/crontab b/src/conf/crontab deleted file mode 100644 index d0eeda6..0000000 --- a/src/conf/crontab +++ /dev/null @@ -1,6 +0,0 @@ -# PALHM will produce stderr on exception. Mail the output to root -MAILTO="root" -# Run default task every Sunday at midnight -0 0 * * sun root /var/lib/PALHM/src/palhm.py -q run -# Check dnssec validity every hour -# 0 * * * * root systemd-run -qP -p User=palhm -p Nice=15 -p ProtectSystem=strict -p ReadOnlyPaths=/ -p PrivateDevices=true --wait /var/lib/PALHM/src/palhm.py -q run check-dnssec |