summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fossil-test@.service2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fossil-test@.service b/src/fossil-test@.service
index edfb79e..c7076c4 100644
--- a/src/fossil-test@.service
+++ b/src/fossil-test@.service
@@ -24,9 +24,7 @@ ssh-keygen -t ed25519 -f .ssh/id_ed25519 -N ""; \
24ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new -- %i@localhost :; \ 24ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new -- %i@localhost :; \
25ssh -o BatchMode=yes -o StrictHostKeyChecking=yes -- %i@localhost uptime; \ 25ssh -o BatchMode=yes -o StrictHostKeyChecking=yes -- %i@localhost uptime; \
26cd .ssh; \ 26cd .ssh; \
27fossil clone ssh://%i@localhost/fossil-test-instance-1 db~$(date -Ins).fossil; \
28fossil clone ssh://%i@localhost/a/b/c/fossil-test-instance-2 db~$(date -Ins).fossil; \ 27fossil clone ssh://%i@localhost/a/b/c/fossil-test-instance-2 db~$(date -Ins).fossil; \
29fossil clone ssh://%i@localhost/fossil/db db~$(date -Ins).fossil; \
30' 28'
31ExecStartPost = +runuser -u '%i' -- sh -exc '\ 29ExecStartPost = +runuser -u '%i' -- sh -exc '\
32cd; \ 30cd; \