From da2f13a2cc12e5d7e0cf3bc14779bd08623a173e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 19 Mar 2024 23:12:02 +0100 Subject: [PATCH] Fix service name in hook --- hooks/post_cert_update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post_cert_update b/hooks/post_cert_update index 91d776e..d495ebb 100644 --- a/hooks/post_cert_update +++ b/hooks/post_cert_update @@ -1,5 +1,5 @@ #!/bin/bash if [ $1 == __DOMAIN__ ]; then - systemctl restart matrix-__APP__ + systemctl restart __APP__.service fi