diff --git a/etc/cron.hourly/65-autoport b/etc/cron.hourly/65-autoport index d2e1a25..5f9d9b3 100755 --- a/etc/cron.hourly/65-autoport +++ b/etc/cron.hourly/65-autoport @@ -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