diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 21:01:56 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-23 21:01:56 -0600 |
commit | 1692a370b4f58fd3ad709605d0e502dcac2a5c07 (patch) | |
tree | 0207694e127bae508eb074a63751ca9f02d20afe /aux/www-refresh.service | |
parent | 44058923078d5eb5bcab9bf5a1e507de8c6f60a6 (diff) |
fuss with systemd timers
Diffstat (limited to 'aux/www-refresh.service')
-rw-r--r-- | aux/www-refresh.service | 8 |
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' |