Update notification service

This commit is contained in:
MacRimi
2026-02-24 18:10:12 +01:00
parent 4182af75ff
commit 05cd21d44e
4 changed files with 24 additions and 24 deletions
@@ -302,12 +302,6 @@ TEMPLATES = {
'group': 'system',
'default_enabled': True,
},
'system_mail': {
'title': '{hostname}: System mail notification',
'body': '{reason}',
'group': 'system',
'default_enabled': True,
},
'service_fail': {
'title': '{hostname}: Service failed - {service_name}',
'body': 'Service {service_name} has failed.\n{reason}',