Add entrypoint script and change user account type to system

This commit is contained in:
mr-vercetti
2022-03-24 23:54:55 +01:00
parent 0ed422e04c
commit 9592e6cedd
2 changed files with 19 additions and 13 deletions

5
scripts/start.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "Starting Sven Co-Op server..."
cd ${SERVER_DIR}
${SERVER_DIR}/svends_run ${GAME_PARAMS}