Skip to content

Commit cf2556f

Browse files
committed
chore: linuxgsm home dir
1 parent 637cc73 commit cf2556f

10 files changed

Lines changed: 5 additions & 501 deletions

File tree

.docker/linuxgsm/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN chmod +x /usr/bin/druid_rcon
2222
RUN chmod +x /usr/bin/druid_rcon_web_rust
2323
RUN chmod +x /entrypoint.sh
2424

25+
RUN sudo usermod -d /app/resources/deployment linuxgsm
26+
2527
ENV LGSM_SERVERFILES=/app/resources/deployment/serverfiles
2628
ENV LGSM_CONFIG=/app/resources/deployment/config-lgsm
2729
ENV LGSM_LOGDIR=/app/resources/deployment/log

scrolls/lgsm/.build/vars.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
"lua_query_map": "server idle",
8282
"lua_query_servername": "Druid Gameserver (idle) - Start server by joining",
8383
"lua_query_port": "main",
84-
"lua_query_start_on_unknown_packet": "yes",
85-
"postinstall": "enabled"
84+
"lua_query_start_on_unknown_packet": "yes"
8685
}
8786
}

scrolls/lgsm/.build/versions/pzserver/init-files/config-lgsm/pzserver/pzserver.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
startparameters="-servername ${selfname} -adminpassword {{ randAlphaNum 20 }} -port {{ env "DRUID_PORT_MAIN_1" | default "16261" }} -udpport {{ env "DRUID_PORT_MAIN2_1" | default "16262" }}"

scrolls/lgsm/.build/versions/pzserver/init-files/postinstall.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

scrolls/lgsm/pzserver/init-files/config-lgsm/pzserver/pzserver.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
startparameters="-servername ${selfname} -adminpassword {{ randAlphaNum 20 }} -port {{ env "DRUID_PORT_MAIN_1" | default "16261" }} -udpport {{ env "DRUID_PORT_MAIN2_1" | default "16262" }}"

0 commit comments

Comments
 (0)