This commit is contained in:
xdrm-brackets 2018-01-29 18:53:36 +01:00
parent e3489d5f4c
commit 604c4cde79
1 changed files with 1 additions and 1 deletions

View File

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