From b14b381174f24eeff8d0fd386d19f905bf947948 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 27 Apr 2021 14:24:12 +0200 Subject: [PATCH] Restart services --- postinstall_partage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall_partage.sh b/postinstall_partage.sh index 4c2b14c..5da2830 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -49,7 +49,7 @@ apt-get -f install systemctl daemon-reload for service in wakeonlan registry do - systemctl start $service + systemctl restart $service systemctl status $service systemctl enable $service done -- GitLab