From 4407c5ce9d6cee96f49558ec488ee5711e7cc241 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Jun 2024 18:35:36 +0200 Subject: [PATCH] post-receive: reload units --- post-receive | 1 + 1 file changed, 1 insertion(+) diff --git a/post-receive b/post-receive index 41a66f1..2865f7c 100755 --- a/post-receive +++ b/post-receive @@ -1,2 +1,3 @@ #!/bin/bash +systemctl --user daemon-reload systemctl --user restart mannaggianastri