#!/bin/sh
# Run the agent as the unprivileged 'app' user
cd /app
echo "Starting yanpm-agent..."
exec s6-setuidgid app ./yanpm-agent
