Topic: problem with the startup server
Hi guys,help me please
create file /etc/init.d/teedm
with content:
#! /bin/sh
if [ -x /home/tee/dm/teeworlds_srv ]; then
echo "Starting teedm: /home/tee/dm/teeworlds_srv"
cd /home/tee/dm
su tee -c "screen -S teedm /home/tee/dm/teeworlds_srv -f /home/tee/dm/config.cfg"
fi
than create link,ln -s /etc/rc.2/teedm /etc/init.d/teedm
after error,
Cannot open your terminal '/dev/pts/0' - please check.
OS linux debian
help
to another user is working, what could it be?