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
systemctl daemon-reload
for service in wakeonlan registry
do
systemctl start $service
systemctl restart $service
systemctl status $service
systemctl enable $service
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment