1 &command_line off
 2 &
 3 &label daemon_start_up
 4 &
 5 set_search_rules >system_library_tools>Daemon.search_rules
 6 &if [equal [substr [user device_channel] 1 3] tty] &then &quit
 7 iocall attach error_i/o mrd_ [user device_channel]
 8 iocall attach error_output syn error_i/o
 9 &
10 &quit