commit 7d5948f5671da27f3cbfaaac28d70273b314beae
parent 9c39aa81e1b77b6f6eb1c1433fa8628fab0f2a62
author: nathanael <nathanael@dalliard.ch>
date: Wed, 3 Dec 2025 15:38:30 +0000
s0: rm cron
diffstat:
3 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/s0/cronjobs/user b/s0/cronjobs/user
@@ -1 +0,0 @@
-* * * * * -s mbsync -q mail
diff --git a/s0/makefile b/s0/makefile
@@ -1,7 +1,7 @@
HOST != hostname
EXP = s0.dalliard.ch
-deploy: dots sys cron dns pkg
+deploy: dots sys dns pkg
host:
@[ "$(HOST)" = "$(EXP)" ]
@@ -12,9 +12,6 @@ dots: host
sys: host
@./scripts/sysfiles.sh
-cron: host
- @./scripts/cronjobs.sh
-
dns: host
@./scripts/dnsfiles.sh
diff --git a/s0/scripts/cronjobs.sh b/s0/scripts/cronjobs.sh
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-crontab "$HOME/src/src/s0/cronjobs/user"