summaryrefslogtreecommitdiff
path: root/aux/www-refresh.service
blob: d6ecde16c18ee332fbb8ae1a15223a2ac5b842af (plain)
1
2
3
4
5
6
7
8
[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'