mirror of
https://github.com/edu4rdshl/hytale-server-setup.git
synced 2026-07-17 23:24:52 +00:00
Use --disable-sentry by default
This commit is contained in:
parent
8077d2eaff
commit
d21001caac
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ HYTALE_SERVER_ZIP_FILENAME="hytale-server.zip"
|
||||||
# Default: "" - use downloader
|
# Default: "" - use downloader
|
||||||
readonly LOCAL_HYTALE_SERVER_ZIP="${LOCAL_HYTALE_SERVER_ZIP:-}"
|
readonly LOCAL_HYTALE_SERVER_ZIP="${LOCAL_HYTALE_SERVER_ZIP:-}"
|
||||||
# Server cmd to start the Hytale server after setup. Depends on whether systemctl is available.
|
# Server cmd to start the Hytale server after setup. Depends on whether systemctl is available.
|
||||||
SERVER_START_CMD="cd '${INSTALL_PATH}/Server' && java -jar HytaleServer.jar --assets Assets.zip &"
|
SERVER_START_CMD="cd '${INSTALL_PATH}/Server' && java -jar HytaleServer.jar --assets Assets.zip --disable-sentry &"
|
||||||
# Server password (I still don't know the command line argument for this, so this is just a placeholder for now)
|
# Server password (I still don't know the command line argument for this, so this is just a placeholder for now)
|
||||||
# If you know how to set the server password via command line, please let me know!
|
# If you know how to set the server password via command line, please let me know!
|
||||||
# readonly SERVER_PASSWORD="${SERVER_PASSWORD:-your_password_here}"
|
# readonly SERVER_PASSWORD="${SERVER_PASSWORD:-your_password_here}"
|
||||||
|
|
@ -206,7 +206,7 @@ Description=Hytale Server
|
||||||
After=network.target
|
After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
WorkingDirectory=$INSTALL_PATH/Server
|
WorkingDirectory=$INSTALL_PATH/Server
|
||||||
ExecStart=/usr/bin/java -jar HytaleServer.jar --assets Assets.zip
|
ExecStart=/usr/bin/java -jar HytaleServer.jar --assets Assets.zip --disable-sentry
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue