summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aux/www-refresh.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/www-refresh.service b/aux/www-refresh.service
index 7336f1c..1c3b209 100644
--- a/aux/www-refresh.service
+++ b/aux/www-refresh.service
@@ -4,5 +4,5 @@ Description="Website update cron job"
[Service]
Type=oneshot
Environment=LANG=en_US.UTF-8
-WorkingDirectory=~/www
-ExecStart=sh -c 'rm -rf .http-cache && make'
+WorkingDirectory=%h/www
+ExecStart=sh -c 'rm -rf .http-cache && make && git -C .git-cache maintenance run'