Use --no-block

This commit is contained in:
Santiago Lo Coco 2022-01-12 23:16:01 -03:00
parent 6e28ec89c5
commit 80e222e3d6
1 changed files with 1 additions and 1 deletions

View File

@ -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