summarylogtreecommitdiffstats
path: root/tshock.tmpfiles
AgeCommit message (Collapse)Author
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-29Fix a permission with a folderdplusplus
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'