summaryrefslogtreecommitdiff
path: root/units/lorry-controller-remove-ghost-jobs.service
blob: e28a494d85957b14bbe32e30f879769b594c6c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Lorry Controller remove ghost jobs
After=lighttpd-lorry-controller-webapp.service

[Install]
WantedBy=multi-user.target

[Service]
ExecStart=/usr/bin/curl -o /dev/null -X POST -d '' http://localhost:12765/1.0/remove-ghost-jobs
Restart=no
User=lorry
Group=lorry