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