diff --git a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
index d86f73e846601d1887c8a12467b0cb8a1df13521..986bc5e8103ffc24691570fe20bb3ded3fd608ce 100644
--- a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
+++ b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2
@@ -1,11 +1,11 @@
 [Unit]
-Description=timer for subapp_maintenance.service
+Description=timer for subapp.service
 
 [Timer]
 # run on the 1st Tuesday of each month
 # You can validate your calendar expressions using `systemd-analyze calendar EXPR`.
 OnCalendar=Tue *-*-01..07 08:00:00
-Unit=subapp_maintenance_begin
+Unit=subapp.service
 
 [Install]
 WantedBy=default.target