diff --git a/postinstall_partage.sh b/postinstall_partage.sh
index 4c2b14c6f729c1246464f8e8b892a22b81bc4bf1..5da283037c79ca9469d0b83be936f9664b7cc98c 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