From 45b806fbda4b2cccfad9ac6bcb18239636477e1c Mon Sep 17 00:00:00 2001 From: Maff Date: Wed, 1 May 2019 11:53:52 +0000 Subject: [PATCH] Add example config to go with shitty systemd unit file --- example.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example.conf diff --git a/example.conf b/example.conf new file mode 100644 index 0000000..2883b8d --- /dev/null +++ b/example.conf @@ -0,0 +1,6 @@ +#Place this file in /opt/.tt/your-instance-name.conf +#Then run `systemctl enable trashtalker@your-instance-name` to enable this instance +#Followed by `service trashtalker@your-instance-name start` to start up this instance + +TT_MEDIA_SOURCE=/path/to/your/media +TT_LISTEN_PORT=5062 \ No newline at end of file