Sophie

Sophie

distrib > Mageia > 8 > aarch64 > media > core-release > by-pkgid > aa2dcaebeaeebc417226234dd4caddfc > scriptlet

systemtap-runtime-virtguest-4.4-4.mga8.aarch64.rpm

POSTIN

/bin/sh
   # Start services if there are ports present
   if [ -d /dev/virtio-ports ]; then
      (find /dev/virtio-ports -iname 'org.systemtap.stapsh.[0-9]*' -type l \
         | xargs -n 1 basename \
         | xargs -n 1 -I {} /bin/systemctl start stapsh@{}.service) >/dev/null 2>&1 || :
   fi
exit 0