Re: getting better at this!
By: Alpha to Al on Fri Jan 29 2021 11:40 pm
Oh, so you are running that a command in crontab, or as part of an .sh file that launches the BBS and binkd?
It's a .sh file I run from cron like this..
@reboot /usr/local/bin/start-binkd.sh
So this script runs on reboot. The script looks like this..
#!/bin/sh
#
# A shell script to start binkd.
#
. /etc/profile
/usr/local/sbin/binkd -DC /usr/local/etc/binkd.conf
cd /sbbs
exec/sbbs
On my slackware box the /etc/profile contains all the environment I need for binkd and the BBS.
You might want another file like /home/user/.bash_profile.
Ttyl :-),
Al
... All real programs contain errors.
--- SBBSecho 3.12-Linux
* Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106.1)