summaryrefslogtreecommitdiff
path: root/aux/www-refresh.service
diff options
context:
space:
mode:
Diffstat (limited to 'aux/www-refresh.service')
-rw-r--r--aux/www-refresh.service8
1 files changed, 0 insertions, 8 deletions
diff --git a/aux/www-refresh.service b/aux/www-refresh.service
deleted file mode 100644
index d6ecde1..0000000
--- a/aux/www-refresh.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[Unit]
-Description=Website update cron job
-
-[Service]
-Type=oneshot
-Environment=LANG=en_US.UTF-8
-WorkingDirectory=%h/www
-ExecStart=sh -c 'rm -rf .http-cache && make && git -C .git-cache maintenance run'