Commit dcd9f25c authored by Vivien Alger's avatar Vivien Alger

Putting end of file back

parent 1509e510
...@@ -2,4 +2,4 @@ echo """To generate slapos configuration run '#slapos node register'""" ...@@ -2,4 +2,4 @@ echo """To generate slapos configuration run '#slapos node register'"""
if [ -f /bin/systemctl ]; then if [ -f /bin/systemctl ]; then
systemctl enable slapos-node.service systemctl enable slapos-node.service
systemctl start slapos-node.service systemctl start slapos-node.service
fi fi
\ No newline at end of file
if [ -f /bin/systemctl ]; then if [ -f /bin/systemctl ]; then
systemctl restart slapos-node.service systemctl restart slapos-node.service
fi fi
\ No newline at end of file
if [ -f /bin/systemctl ]; then if [ -f /bin/systemctl ]; then
systemctl stop slapos-node.service systemctl stop slapos-node.service
fi fi
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment