Commit 80d03fbc authored by Vivien Alger's avatar Vivien Alger

Continuing with experimentation

parent 2a1907ef
...@@ -3,12 +3,10 @@ if [ -f /bin/systemctl ]; then ...@@ -3,12 +3,10 @@ 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
%preun %preun
if [ -f /bin/systemctl ]; then if [ -f /bin/systemctl ]; then
systemctl stop slapos-node.service systemctl stop slapos-node.service
fi fi
%postun %postun
if [ -f /bin/systemctl ]; then if [ -f /bin/systemctl ]; then
systemctl restart slapos-node.service systemctl restart slapos-node.service
......
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