1 [Unit] 2 Description=Publish git.lucas.co if repos changed 3 4 [Service] 5 Type=oneshot 6 ExecStart=%h/projects/gitsite/autodeploy.sh 7 StandardOutput=append:%h/.cache/gitsite/autodeploy.log 8 StandardError=append:%h/.cache/gitsite/autodeploy.log