summaryrefslogtreecommitdiff
path: root/aux/www-refresh.service
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 21:01:56 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-23 21:01:56 -0600
commit1692a370b4f58fd3ad709605d0e502dcac2a5c07 (patch)
tree0207694e127bae508eb074a63751ca9f02d20afe /aux/www-refresh.service
parent44058923078d5eb5bcab9bf5a1e507de8c6f60a6 (diff)
fuss with systemd timers
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'