diff --git a/sats/sysd b/sats/sysd index addfcd9..197183b 100755 --- a/sats/sysd +++ b/sats/sysd @@ -17,7 +17,7 @@ source $ROOT/com/config/sats; # (2) Start daemon #--------------------------------------------------------# SERV_LIST="`systemctl list-units --plain | grep 'sats' | grep -v '.slice' | grep -vP '@\.service$' | awk '{print $1}'`"; -SERV_LIST="`ls -l /lib/systemd/system/sats-* | grep -vP '~$' | grep -vP '@\.service$' | awk '{print $NF}'`$SERVLIST"; +SERV_LIST="`ls -l /lib/systemd/system/sats-* | grep -vP '~$' | grep -vP '@\.service$' | awk '{print $NF}'` $SERV_LIST"; while sleep 1; do