Perhaps I'm misunderstanding, but if it's just a matter of starting something after every z/OS IPL, we use /etc/rc for that, e.g. it's where we start automount and syslogd as in the following:
# start automount /usr/sbin/automount /etc/auto.master # start syslogd _BPX_JOBNAME='SYSLOGD' /usr/lpp/tcpip/sbin/syslogd -f /etc/syslog.conf & Best regards Peter Peter Bishop Tech Cons IV APJ Mainframe [email protected]<mailto:[email protected]> T +61 2 8278 5697 M +61 400 498 782 Hewlett-Packard Australia Pty. Ltd. Level 6, Building F 1 Homebush Bay Drive Rhodes NSW 2138 Australia << OLE Object: Picture (Device Independent Bitmap) >> Upcoming leave: 12/4/14 to 27/4/14 inclusive ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
