This commit is contained in:
Carlos M. Martinez
2024-01-28 17:25:52 -05:00
parent f6a3b982b2
commit 5586e7044a
3 changed files with 10 additions and 11 deletions

View File

@@ -22,6 +22,10 @@ term_handler() {
tail --pid=$killpid -f 2>/dev/null
}
if [ "${BACKUP_ENABLED}" = true ]; then
service cron start
fi
trap 'term_handler' SIGTERM
su steam -c ./start.sh &