2016-09-17 13:11:42 +02:00

4 lines
95 B
Bash

#!/bin/sh
chown -R $UID:$GID /boinc && cd /boinc
exec su-exec $UID:$GID /sbin/tini -- boinc $@