Add GotoSocial to systemd service list

This commit is contained in:
Julian-Samuel Gebühr 2023-03-24 15:47:34 +01:00
parent 1b5d5bfeeb
commit e3543beb1d

View file

@ -120,6 +120,8 @@ devture_systemd_service_manager_services_list_auto: |
([{'name': (hubsite_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'hubsite']}] if hubsite_enabled else [])
+
([{'name': (firezone_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'firezone']}] if firezone_enabled else [])
+
([{'name': (gotosocial_identifier + '.service'), 'priority': 2000, 'groups': ['mash', 'gotosocial']}] if gotosocial_enabled else [])
}}
########################################################################