From 587cfd11971079a4d24bf84562194081bc7ee8a7 Mon Sep 17 00:00:00 2001 From: Thorn Inurcide Date: Fri, 1 Jan 2016 19:56:01 -0500 Subject: [PATCH] Create README --- Core/tdebase/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Core/tdebase/README diff --git a/Core/tdebase/README b/Core/tdebase/README new file mode 100644 index 0000000..e86aa55 --- /dev/null +++ b/Core/tdebase/README @@ -0,0 +1,6 @@ +Add this to /etc/rc.d/rc.4 to start tdm + +# Start TDM: +if [ -x /usr/bin/tdm ]; then + exec /usr/bin/tdm -nodaemon +fi