aboutsummaryrefslogtreecommitdiff
path: root/sandcastle/systemd/fund-rewards.service
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-04 22:00:12 +0100
committerFlorian Dold <florian@dold.me>2023-12-04 22:00:12 +0100
commit294070748042491ea431abb72674e8d5bf8dc433 (patch)
treedf3bbde9ae4eea75d7c455300d81cb651dbb0553 /sandcastle/systemd/fund-rewards.service
parentac38198d161f892cd63bf118e3d780096f879c37 (diff)
downloaddeployment-294070748042491ea431abb72674e8d5bf8dc433.tar.gz
deployment-294070748042491ea431abb72674e8d5bf8dc433.tar.bz2
deployment-294070748042491ea431abb72674e8d5bf8dc433.zip
get rid of the legacy sandcastle
Diffstat (limited to 'sandcastle/systemd/fund-rewards.service')
-rw-r--r--sandcastle/systemd/fund-rewards.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/sandcastle/systemd/fund-rewards.service b/sandcastle/systemd/fund-rewards.service
deleted file mode 100644
index faa4c37..0000000
--- a/sandcastle/systemd/fund-rewards.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=fund rewards
-
-[Service]
-Type=oneshot
-WorkingDirectory=%h/deployment/sandcastle
-ExecStart=/usr/bin/docker compose exec exchange bash -c "/fund-rewards.sh"
-
-[Install]
-WantedBy=default.target