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