From f7c390eb139d8840e0f265af735e7707ee2862a1 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Jun 2024 18:33:07 +0200 Subject: [PATCH] post-receive: add --user --- post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-receive b/post-receive index c669a50..41a66f1 100755 --- a/post-receive +++ b/post-receive @@ -1,2 +1,2 @@ #!/bin/bash -systemctl restart mannaggianastri +systemctl --user restart mannaggianastri