sulu: fix init script so that it runs start_service during boot

This commit is contained in:
Reidar Cederqvist 2026-02-17 14:12:41 +01:00
parent f90f56fcbd
commit d1ba0c90ee
No known key found for this signature in database

View file

@ -20,4 +20,5 @@ boot() {
if ! change_network_lan_to_sulu_wan; then
logger -t sulu "sulu preset update did not run (preset missing or invalid)"
fi
start
}