Sunday, 18 November 2018
multics r83 nobad cw
For Multics to restart automatically when vps restart:
Open the rc.local file
nano /etc/rc.local
add the given below code
#! / bin / sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/var/bin/multics -C /var/etc/multics.cfg -b
exit 0
This script is only to restart multics when server is restarted it does not works when multics crashes at its own in running vps
No comments:
Post a Comment