summaryrefslogtreecommitdiff
path: root/aux/www-refresh.service
blob: 1c3b209f8ac52b93c805d73a57385f09412d9072 (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'