summaryrefslogtreecommitdiff
path: root/units/drop-lorry-controller-cronjob.service
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-14 15:10:09 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-14 15:10:09 +0000
commit160fd3f2f1d372751836c0073bdc944df1cfbb91 (patch)
treed6b46ce1ec600400883e53b82e12b390fa73f262 /units/drop-lorry-controller-cronjob.service
parenteafba37e2bfc3897e3e7f65f2ce087fbee358f43 (diff)
parentd349c9a35d3d53ebfc9f26df373e84fa5986a1b6 (diff)
downloadtrove-setup-160fd3f2f1d372751836c0073bdc944df1cfbb91.tar.gz
Merge branch 'baserock/pedroalvarez/trove-ansible3'
Reviewed-by: Richard Maw Reviewed-by: Lars Wirzenius
Diffstat (limited to 'units/drop-lorry-controller-cronjob.service')
-rw-r--r--units/drop-lorry-controller-cronjob.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/units/drop-lorry-controller-cronjob.service b/units/drop-lorry-controller-cronjob.service
deleted file mode 100644
index 8cad21f..0000000
--- a/units/drop-lorry-controller-cronjob.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Drop lorry-controller from lorry's crontab
-After=basic.target
-ConditionPathExists=!/etc/lorry-controller/lorry-controller-removed-from-crontab
-
-[Service]
-Type=oneshot
-Restart=no
-ExecStart=/usr/libexec/remove-lorry-controller-from-lorry-crontab
-ExecStartPost=/bin/touch /etc/lorry-controller/lorry-controller-removed-from-crontab
-User=lorry
-Group=lorry
-PermissionsStartOnly=true