65-autoport: minor changes

This commit is contained in:
Silvan Calarco 2022-10-02 13:05:28 +02:00
parent 702d3cfe09
commit af92aad66e

View File

@ -9,6 +9,6 @@
[ "$AUTOPORT_ENABLE" = "1" -o "$AUTOPORT_ENABLE" = "true" ] || exit 0 [ "$AUTOPORT_ENABLE" = "1" -o "$AUTOPORT_ENABLE" = "true" ] || exit 0
for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do
echo "Running autoport-launcher ${i} `date`" echo "Running autoport-launcher ${i}"
systemd-run /usr/bin/autoport-launcher ${i} systemd-run -u autoport-launcher-${i} /usr/bin/autoport-launcher ${i}
done done