Skip to content
Snippets Groups Projects
Verified Commit b14b3811 authored by David Beniamine's avatar David Beniamine
Browse files

Restart services

parent 4e8ef365
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ apt-get -f install ...@@ -49,7 +49,7 @@ apt-get -f install
systemctl daemon-reload systemctl daemon-reload
for service in wakeonlan registry for service in wakeonlan registry
do do
systemctl start $service systemctl restart $service
systemctl status $service systemctl status $service
systemctl enable $service systemctl enable $service
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment