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'