Hi. I need to tell domino to quit a service and, later, to restart it.
Something like:
_ _ _ _ _ _ _ C_U_T H_E_R_E _ _ _ _ _ _ _
#!/bin/bash
…
cd /local/notesdata
tell pop3 quit ← how to ?
tell smtp quit ← how to ?
tell router quit ← how to ?
cd mail
cp foo.nsf /tmp/just_a_test.nsf
cd …
load router ← how to ?
load smtp ← how to ?
load pop3 ← how to ?
cd /someplace
… etc…
_ _ _ _ _ _ _ C_U_T H_E_R_E _ _ _ _ _ _ _
Unfortunately cconsole do not have a parameter for this when used from the command line ![]()
What can I do ?