Entries Tagged ‘linux script’

Domino Linux startup script – Addon

An error has come to my attention. Linux startup script for domino does not work by default. Instead it returns an error in a form of: “tty is disabled during system start up”. What you can do, if you have sufficient rights (otherwise, ask your admin to do it), is to add the following line […]

Domino Linux startup script

As mentioned last week, you need to write your own shell script to start and stop domino on system start-up/shutdown. There is a great draft of the script on SearchDomino site. I did some remodelling so that the script would start Notes with Java controller and would fit our system. The code is pasted below.