maskmonkey
New member
- Joined
- Jan 29, 2024
- Messages
- 3
Hi there,
I wanted to see if anyone can help me with these 2 issues I would love to set up for my server. The first issue I’m having is that my server keeps crashing every 28hrs or so. I have been looking at some tutorials on how to set up Auto Start, Auto Update, and Auto Reboot from a crash.
[Unit]
Description=Palworld Server
Wants=network-online.target
After=network-online.target
[Service]
User=steam
Group=steam
WorkingDirectory=/home/steam/
ExecStartPre=/usr/games/steamcmd +login anonymous +app_update 2394010 +quit
ExecStart=/home/steam/Steam/steamapps/common/PalServer/PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS > /dev/nullRestart=always
[Install]
WantedBy=multi-user.target
The second issue is the Auto Backup of the world. Both tutorials I saw for the first and second issues are using Debian and they don’t work on Ubuntu or maybe I’m doing something wrong.
Any help I can get would be greatly appreciated.
I wanted to see if anyone can help me with these 2 issues I would love to set up for my server. The first issue I’m having is that my server keeps crashing every 28hrs or so. I have been looking at some tutorials on how to set up Auto Start, Auto Update, and Auto Reboot from a crash.
[Unit]
Description=Palworld Server
Wants=network-online.target
After=network-online.target
[Service]
User=steam
Group=steam
WorkingDirectory=/home/steam/
ExecStartPre=/usr/games/steamcmd +login anonymous +app_update 2394010 +quit
ExecStart=/home/steam/Steam/steamapps/common/PalServer/PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS > /dev/nullRestart=always
[Install]
WantedBy=multi-user.target
The second issue is the Auto Backup of the world. Both tutorials I saw for the first and second issues are using Debian and they don’t work on Ubuntu or maybe I’m doing something wrong.
Any help I can get would be greatly appreciated.