summarylogtreecommitdiffstats
path: root/tshock.sh
AgeCommit message (Collapse)Author
2022-01-30Fix the tmux command when starting a new TShock instance, and set system ↵dplusplus
user 'terraria' shell to bash (needed for tmux to work)
2022-01-30Stop putting certain log files in '/var/log/tshock', and put every TShock ↵dplusplus
config and log file in '/var/lib/tshock' 'TerrariaServer.exe' provides command line arguments for specifying paths to only some files. 'TerrariaServer.exe' seems to unconditionally create files in the current working folder, with no obvious way to set other locations for many files.
2022-01-29Major redesign: allow multiple instances, use configuration file, re-arrange ↵dplusplus
folders * A systemd template instance unit file is included, allowing multiple instances of TShock to run on the same machine * Create a unprivileged system user named "terraria" for running TShock * Folder locations are now more conventional for a server daemon * Some configuration values for the default systemd instace (tshock@default.server) are stored at '/etc/conf.d/tshock/default.conf'
2021-11-25:(bgkillas
2021-11-25:(bgkillas
2021-11-25forgorbgkillas
2021-11-25srybgkillas
2020-01-02Bring package to current standardsSefa Eyeoglu
2015-08-07Updated to 4.3.8Philip Abernethy
2015-07-14Added support for more command line options and enabled -autocreate, ↵Philip Abernethy
removing the necessity for manual intervention to create new instances.
2015-07-14Initial commitPhilip Abernethy