aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/reallocate_bowdst.service9
-rw-r--r--scripts/reallocate_iam.timer (renamed from scripts/reallocate_bowdst.timer)4
2 files changed, 2 insertions, 11 deletions
diff --git a/scripts/reallocate_bowdst.service b/scripts/reallocate_bowdst.service
deleted file mode 100644
index 23d37d4f..00000000
--- a/scripts/reallocate_bowdst.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Reallocate cash
-[Service]
-Type=simple
-User=flint
-Group=flint
-ExecStart=/usr/bin/python reallocate_cash.py
-WorkingDirectory=/home/guillaume/projects/code/python
-EnvironmentFile=/etc/serenitas.conf
diff --git a/scripts/reallocate_bowdst.timer b/scripts/reallocate_iam.timer
index f466fd54..7398aeb2 100644
--- a/scripts/reallocate_bowdst.timer
+++ b/scripts/reallocate_iam.timer
@@ -1,8 +1,8 @@
[Unit]
-Description=Run reallocate_bowdst
+Description=reallocate IAM
[Timer]
OnCalendar=Mon..Fri 8,12:05
-Unit=reallocate_bowdst.service
+Unit=simple@reallocate_iam.service
RandomizedDelaySec=1m
[Install]