diff --git a/templates/usr/local/lib/systemd/system/repair_daemon_ddz.service.j2 b/templates/usr/local/lib/systemd/system/repair_daemon_ddz.service.j2
index 94eec0025b6b3e13662b06eeb51266b9cdf9d2b5..8dd8627b029fe076182febb08c75c7797c7fa1c5 100644
--- a/templates/usr/local/lib/systemd/system/repair_daemon_ddz.service.j2
+++ b/templates/usr/local/lib/systemd/system/repair_daemon_ddz.service.j2
@@ -6,7 +6,7 @@ After=network.target
 ExecStart=/usr/bin/perl -I/usr/lib/perl5 /usr/bin/repair_daemon.pl \
 	--sourcedir=/mnt/lza_repair_ddz/unprocessed/ \
 	--targetdir=/mnt/lza_repair_ddz/processed/ \
-	--workdir=/mnt/lza_repair_ddz/workdir/ \
+	--workdir=/tmp/ \
 	--logdir=/mnt/lza_repair_ddz/log/ \
 	--minwait=65 \
 	--minfileage=65 \
diff --git a/templates/usr/local/lib/systemd/system/repair_daemon_digas.service.j2 b/templates/usr/local/lib/systemd/system/repair_daemon_digas.service.j2
index c62a03c89872b0dac6fff03fc9e1745dcc43fa84..660103a20a93ea4e03c3081d6474b767615f942d 100644
--- a/templates/usr/local/lib/systemd/system/repair_daemon_digas.service.j2
+++ b/templates/usr/local/lib/systemd/system/repair_daemon_digas.service.j2
@@ -6,7 +6,7 @@ After=network.target
 ExecStart=/usr/bin/perl -I/usr/lib/perl5 /usr/bin/repair_daemon.pl \
 	--sourcedir=/mnt/lza_repair_digas/unprocessed/ \
 	--targetdir=/mnt/lza_repair_digas/processed/ \
-	--workdir=/mnt/lza_repair_digas/workdir/ \
+	--workdir=/tmp/ \
 	--logdir=/mnt/lza_repair_digas/log/ \
 	--minwait=65 \
 	--minfileage=65 \
diff --git a/templates/usr/local/lib/systemd/system/repair_daemon_fotothek.service.j2 b/templates/usr/local/lib/systemd/system/repair_daemon_fotothek.service.j2
index e4b435f85a48a9de019a5bcb3a4915cae844bf00..d68df18d93c84d28260158509a40e4c1af8a91ab 100644
--- a/templates/usr/local/lib/systemd/system/repair_daemon_fotothek.service.j2
+++ b/templates/usr/local/lib/systemd/system/repair_daemon_fotothek.service.j2
@@ -6,7 +6,7 @@ After=network.target
 ExecStart=/usr/bin/perl -I/usr/lib/perl5 /usr/bin/repair_daemon.pl \
 	--sourcedir=/mnt/lza_repair_fotothek/unprocessed/ \
 	--targetdir=/mnt/lza_repair_fotothek/processed/ \
-	--workdir=/mnt/lza_repair_fotothek/workdir/ \
+	--workdir=/tmp/ \
 	--logdir=/mnt/lza_repair_fotothek/log/ \
 	--minwait=65 \
 	--minfileage=65 \