Reload systemd bevor enabling.
This commit is contained in:
		| @@ -3094,6 +3094,19 @@ if $START_AT_BOOTTIME ; then | ||||
|       fi | ||||
|    fi | ||||
|  | ||||
|    echononl "\tReload systemd.." | ||||
|    if $SYSTEMD_EXISTS ; then | ||||
|       systemctl daemon-reload > /dev/null 2>&1 | ||||
|       if [ "$?" = "0" ]; then | ||||
|          echo_ok | ||||
|       else | ||||
|          echo_failed | ||||
|          warn "Reloading systemd.. failed!" | ||||
|       fi | ||||
|    else | ||||
|       echo_skipped | ||||
|    fi | ||||
|  | ||||
|    ## - Make apache start at boottime | ||||
|    ## - | ||||
|    echo "" >> ${_logdir}/main.log | ||||
|   | ||||
		Reference in New Issue
	
	Block a user