Commit fb4f5d39 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos.service is know in the right directory and no need for disabling openvpn

parent cdec2fe6
......@@ -50,12 +50,6 @@ if [ -f /etc/init.d/suse_studio_firstboot ]
then
echo "______________Init of SlapOS service_______________"
/etc/init.d/slapos_firstboot
#By default openvpn is running, we disable this feature
/etc/init.d/openvpn stop
chkconfig --del openvpn
mv /etc/slapos/slapos.service /etc/systemd/system/
systemctl enable slapos.service
systemctl start slapos.service
elif [ -f /token_second_boot ]; then
......
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