From c63e7bd7af118d2b3599c9151d17554f2c44bb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 26 Jul 2024 15:58:56 +0200 Subject: [PATCH] feat: add alias names to webservice_status_SLUBarchiv.service that are easier to remember --- .../lib/systemd/system/webservice_status_SLUBarchiv.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/usr/local/lib/systemd/system/webservice_status_SLUBarchiv.service.j2 b/templates/usr/local/lib/systemd/system/webservice_status_SLUBarchiv.service.j2 index bd5a1c1..f378e42 100644 --- a/templates/usr/local/lib/systemd/system/webservice_status_SLUBarchiv.service.j2 +++ b/templates/usr/local/lib/systemd/system/webservice_status_SLUBarchiv.service.j2 @@ -35,4 +35,5 @@ User={{ vault_subapp_user }} #SystemCallErrorNumber=1337 [Install] +Alias=webservice.service web.service is_archive_webservice.service WantedBy=multi-user.target -- GitLab