summaryrefslogtreecommitdiff
path: root/aux/www-refresh.service
blob: 7336f1ca413faa40c4db407bc576fb9294b7bb46 (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=~/www
ExecStart=sh -c 'rm -rf .http-cache && make'