summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 09:16:20 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-17 09:16:20 +0000
commit5b0245acc1b5b1c520db847d70b1b81bafb4d0c2 (patch)
tree1bef850adc4043b3a30713cf36d89bddbf5dfe66 /units
parenteafba37e2bfc3897e3e7f65f2ce087fbee358f43 (diff)
downloadtrove-setup-5b0245acc1b5b1c520db847d70b1b81bafb4d0c2.tar.gz
Remove old scripts and units
Diffstat (limited to 'units')
-rw-r--r--units/drop-lorry-controller-cronjob.service13
-rw-r--r--units/releases-repo-migration.service14
2 files changed, 0 insertions, 27 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
diff --git a/units/releases-repo-migration.service b/units/releases-repo-migration.service
deleted file mode 100644
index 1e161fb..0000000
--- a/units/releases-repo-migration.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=Create the ##PREFIX##/site/releases repository
-ConditionPathExists=!/home/git/repos/##PREFIX##/site/releases.git
-Requires=network.target
-After=network.target
-Requires=opensshd.service
-After=opensshd.service
-Requires=trove-early-setup.service
-After=trove-early-setup.service
-
-[Service]
-User=git
-ExecStart=/usr/share/trove-setup/releases-repo-migration.sh
-Restart=no