This commit is contained in:
xdrm-brackets 2018-01-29 18:51:14 +01:00
parent b17e11137a
commit e3489d5f4c
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ source $ROOT/com/config/sats;
# (2) Start daemon # (2) Start daemon
#--------------------------------------------------------# #--------------------------------------------------------#
SERV_LIST="`systemctl list-units --plain | grep 'sats' | grep -v '.slice' | awk '{print $1}'`"; 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}'`$SERVLIST";
while sleep 1; do while sleep 1; do