From 2e289a96c4eadab862b9d5f6b82f3fc514ad5614 Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Fri, 16 May 2025 16:57:18 +0200
Subject: [PATCH] chore: moved service script

---
 .../system => bin}/nfs_timeout_notification.service.sh.j2       | 0
 .../lib/systemd/system/nfs_timeout_notification.service.j2      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename templates/usr/local/{lib/systemd/system => bin}/nfs_timeout_notification.service.sh.j2 (100%)

diff --git a/templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.sh.j2 b/templates/usr/local/bin/nfs_timeout_notification.service.sh.j2
similarity index 100%
rename from templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.sh.j2
rename to templates/usr/local/bin/nfs_timeout_notification.service.sh.j2
diff --git a/templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.j2 b/templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.j2
index c08722b..b35d22e 100644
--- a/templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.j2
+++ b/templates/usr/local/lib/systemd/system/nfs_timeout_notification.service.j2
@@ -6,7 +6,7 @@ After=remote-fs.target
 Type=simple
 RemainAfterExit=no
 Restart=no
-ExecStart=/bin/bash /usr/local/lib/systemd/system/nfs_timeout_notification.service.sh
+ExecStart=/bin/bash /usr/local/bin/nfs_timeout_notification.service.sh
 User={{ vault_nfs_timeout_notification_service.owner }}
 Group={{ vault_nfs_timeout_notification_service.group }}
 
-- 
GitLab