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 c08722bc3892841eeecda5ccde2994a4e2d79ffc..b35d22ed3a58e3a182b5a945ea3a01d255a7edcd 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 }}