#!/bin/sh

FOLDER=/usr/share/UDSActor

cd $FOLDER
exec python3 actor_service.py $@
