summaryrefslogtreecommitdiff
path: root/roles/whawty/auth/store/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-24 15:09:06 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-24 15:09:06 +0100
commitfa8ab1026ee131ab8d68808bd7ebab3c5657f5bb (patch)
tree3ec18c95b8d946fdfd36a48a30e0c6050898f000 /roles/whawty/auth/store/templates
parentwhawty/auth/store role mostly done (diff)
whawty/auth/store: fix permission handling and add know-hosts file
Diffstat (limited to 'roles/whawty/auth/store/templates')
-rw-r--r--roles/whawty/auth/store/templates/systemd.service.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/whawty/auth/store/templates/systemd.service.j2 b/roles/whawty/auth/store/templates/systemd.service.j2
index 1081df60..5b1db6b2 100644
--- a/roles/whawty/auth/store/templates/systemd.service.j2
+++ b/roles/whawty/auth/store/templates/systemd.service.j2
@@ -12,7 +12,7 @@ Description=sync for whawty-auth store {{ whawty_auth_store.name }}
[Service]
Type=oneshot
-ExecStart=/usr/bin/rsync -rtpW --delete --delete-delay --delay-updates --partial-dir=.tmp{{ rsync_args | join('') }} -e 'ssh -F "/etc/whawty/auth/.store-{{ whawty_auth_store.name }}-sync/ssh_config"' 'rsync://whawty-auth-server/store' '{{ whawty_auth_store.config.basedir }}'
+ExecStart=/usr/bin/rsync -rtW --delete --delete-delay --delay-updates --partial-dir=.tmp{{ rsync_args | join('') }} -e 'ssh -F "/etc/whawty/auth/.store-{{ whawty_auth_store.name }}-sync/ssh_config"' 'rsync://whawty-auth-server/store' '{{ whawty_auth_store.config.basedir }}'
TimeoutStartSec=40s
# systemd hardening-options