Restart daemon and enable system for OE_USER

pull/428/head
afrizagilleon 1 year ago
parent 342df17439
commit f3568e2cf5

@ -255,7 +255,9 @@ EOF
sudo mv ~/$OE_USER.service /etc/systemd/system/$OE_USER.service sudo mv ~/$OE_USER.service /etc/systemd/system/$OE_USER.service
echo -e "* Start ODOO on Startup" echo -e "* Start ODOO on Startup"
sudo update-rc.d $OE_CONFIG defaults sudo systemctl daemon-reload
# enable odoo
sudo systemctl enable --now $OE_USER
#-------------------------------------------------- #--------------------------------------------------
# Install Nginx if needed # Install Nginx if needed

Loading…
Cancel
Save