Hello,
Here i have prepared a script for everyone that keeps starting a thread because MultiCS goes off continuously .
I have attached the file . Just put it in root/home and give permissions 755.
Than Done! Do a test for experimental use, by turning off your Multics and it will start again itself after 60seconds.
EDIT: Adedd a new file that will help first script to restart multics automatically after it goes off.
~put the second file multics in folder /root/etc/init.d and give permissions 755.
Do not forget to put this in the footer of file: etc/rc.local
Here i have prepared a script for everyone that keeps starting a thread because MultiCS goes off continuously .
I have attached the file . Just put it in root/home and give permissions 755.
Than Done! Do a test for experimental use, by turning off your Multics and it will start again itself after 60seconds.
EDIT: Adedd a new file that will help first script to restart multics automatically after it goes off.
~put the second file multics in folder /root/etc/init.d and give permissions 755.
Do not forget to put this in the footer of file: etc/rc.local
Code:
# By default this script does nothing.
/usr/local/bin/multics.x32 -C /var/etc/multics.cfg &
sleep 60
exit 0