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