65-autoport: minor changes
This commit is contained in:
parent
702d3cfe09
commit
af92aad66e
@ -9,6 +9,6 @@
|
||||
[ "$AUTOPORT_ENABLE" = "1" -o "$AUTOPORT_ENABLE" = "true" ] || exit 0
|
||||
|
||||
for i in `seq 0 ${#AUTOPORT_ARCH[*]}`; do
|
||||
echo "Running autoport-launcher ${i} `date`"
|
||||
systemd-run /usr/bin/autoport-launcher ${i}
|
||||
echo "Running autoport-launcher ${i}"
|
||||
systemd-run -u autoport-launcher-${i} /usr/bin/autoport-launcher ${i}
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user