summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-10-17 15:27:19 +0300
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-10-23 09:47:27 +0100
commitd91b652951cf9203c8e8cd255a0e0a81af6d2591 (patch)
tree90d364dc107b0c032ecc5befc4f36393d9b655b0
parent6cee48214c995b4ff720d96b290bc6e761823cde (diff)
downloadlorry-controller-d91b652951cf9203c8e8cd255a0e0a81af6d2591.tar.gz
Add systemd units to trigger old job removalbaserock/pedroalvarez/old-jobs-removal
-rw-r--r--units/lorry-controller-remove-old-jobs.service12
-rw-r--r--units/lorry-controller-remove-old-jobs.timer8
2 files changed, 20 insertions, 0 deletions
diff --git a/units/lorry-controller-remove-old-jobs.service b/units/lorry-controller-remove-old-jobs.service
new file mode 100644
index 0000000..d1372b4
--- /dev/null
+++ b/units/lorry-controller-remove-old-jobs.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lorry Controller remove old jobs
+After=lighttpd-lorry-controller-webapp.service
+
+[Install]
+WantedBy=multi-user.target
+
+[Service]
+ExecStart=/usr/bin/lorry-controller-remove-old-jobs
+Restart=no
+User=lorry
+Group=lorry
diff --git a/units/lorry-controller-remove-old-jobs.timer b/units/lorry-controller-remove-old-jobs.timer
new file mode 100644
index 0000000..508a43f
--- /dev/null
+++ b/units/lorry-controller-remove-old-jobs.timer
@@ -0,0 +1,8 @@
+[Unit]
+Description=Lorry Controller remove old jobs
+
+[Install]
+WantedBy=multi-user.target
+
+[Timer]
+OnUnitInactiveSec=60