minfix
This commit is contained in:
parent
b17e11137a
commit
e3489d5f4c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue