From 882a2eceeb9f6d43b122f36efcb294f981458749 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Mon, 9 Jan 2023 16:22:08 +0100
Subject: [PATCH] feat: remove execution bit on SystemD service unit

---
 tasks/install_move_logs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install_move_logs.yml b/tasks/install_move_logs.yml
index c432acf..b0e7266 100644
--- a/tasks/install_move_logs.yml
+++ b/tasks/install_move_logs.yml
@@ -23,7 +23,7 @@
   ansible.builtin.template:
     src: "usr/local/lib/systemd/system/move_old_logs_@.service.j2"
     dest: "/usr/local/lib/systemd/system/move_old_logs_@.service"
-    mode: "0755"
+    mode: "0644"
     owner: "root"
     group: "root"
   notify: daemon-reload
-- 
GitLab