Use --no-block
This commit is contained in:
parent
6e28ec89c5
commit
80e222e3d6
|
@ -583,7 +583,7 @@ runScript() {
|
||||||
else
|
else
|
||||||
systemctl stop reflector.service 2>&1 | debug
|
systemctl stop reflector.service 2>&1 | debug
|
||||||
checkForSystemdUnit "systemd units" "graphical.target"
|
checkForSystemdUnit "systemd units" "graphical.target"
|
||||||
(systemctl start reflector.service &)
|
systemctl --no-block start reflector.service
|
||||||
welcomeMsg="Welcome to CocoASAIS!"
|
welcomeMsg="Welcome to CocoASAIS!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue