From 705267c81048db9a8a0b7f87ce07eb5e394c6cc7 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 30 May 2023 14:55:11 +0200 Subject: [PATCH] games-server/vintagestory-server: jocker --- games-server/vintagestory-server/files/vintagestory.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-server/vintagestory-server/files/vintagestory.initd b/games-server/vintagestory-server/files/vintagestory.initd index 6ceb001..7c236ff 100644 --- a/games-server/vintagestory-server/files/vintagestory.initd +++ b/games-server/vintagestory-server/files/vintagestory.initd @@ -13,10 +13,10 @@ pidfile="/run/${RC_SVCNAME}.pid" command_user="vintagestory" command_group="vintagestory" -command_args="/opt/vintagestory-server/VintagestoryServer.exe --dataPath ${DATAPATH}" - DATAPATH="/var/lib/vintagestory" +command_args="/opt/vintagestory-server/VintagestoryServer.exe --dataPath ${DATAPATH}" + start_pre() { checkpath -d -m 0750 -o "${command_user}:${command_group}" \ "${DATAPATH}"