From a6cde17bdf265e474ffc6d9acaf209fcbde83721 Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Tue, 3 Jun 2025 09:41:52 +0200
Subject: [PATCH] fix: service name

---
 .../lib/systemd/system/nfs_timeout_notification_stop.timer.j2   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/usr/local/lib/systemd/system/nfs_timeout_notification_stop.timer.j2 b/templates/usr/local/lib/systemd/system/nfs_timeout_notification_stop.timer.j2
index 6cd5804..1834fd6 100644
--- a/templates/usr/local/lib/systemd/system/nfs_timeout_notification_stop.timer.j2
+++ b/templates/usr/local/lib/systemd/system/nfs_timeout_notification_stop.timer.j2
@@ -11,7 +11,7 @@ Description=timer for nfs_timeout_notification_stop.service
 # One more reason for RHEL to fuck ALL THE WAY OFF!
 # OnCalendar=Tue *-*-01..07 08:00:00    # NOT THIS on RHEL 7!
 OnCalendar=Tue *-*-01,02,03,04,05,06,07 07:55:00
-Unit=nfs_timeout_notification.service
+Unit=nfs_timeout_notification_stop.service
 
 [Install]
 WantedBy=default.target
-- 
GitLab