Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.13 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.13 KB

PalWorld-Scripts

An article about how to use this script collection

PalWorld commonly used scripts.

First fo all, add execute permission for every script:

chmod +x *.sh

Install

# Only install
./install.sh 

# Install & Enable zram & Enable auto restart
./install.sh --enable-zram --enable-auto-restart

Auto restart base on memory usage rate

./auto_restart.sh

Daily auto update Pal Server

./auto_update.sh

Install ZRAM

./zram.sh

Print memory usage rate

./mem_usage.sh

Example

$ cd PalWorld-Scripts

$ ls
auto_restart.sh  auto_update.sh  install.sh  mem_usage.sh  README.md  restart.sh  update.sh  zram.sh

$ chmod +x *.sh

$ ./auto_runner.sh

$ crontab -l
* * * * * /bin/bash /home/ubuntu/PalWorld-Scripts/restart.sh >> /tmp/pal-restart.log 2>&1
0 4 * * * /bin/bash /home/ubuntu/PalWorld-Scripts/update.sh >> /tmp/pal-update.log 2>&1
0 3 * * * /bin/bash /home/ubuntu/PalWorld-Scripts/backup.sh >> /tmp/pal-backup.log 2>&1

$ ./mem_usage.sh
System Memory Usage: 36%