<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffff99" text="#000000">
    On 03/28/2011 04:20 PM, Rahul Sundaram wrote:
    <blockquote cite="mid:4D906803.3020403@gmail.com" type="cite">
      <pre wrap="">Hi

<a class="moz-txt-link-freetext" href="https://fedoraproject.org/wiki/Systemd">https://fedoraproject.org/wiki/Systemd</a>

Let me know if you have any unanswered end user questions on systemd
left.   Also if you want to correct or add anything more, feel free to. 

</pre>
    </blockquote>
    <br>
    I would add the following in /etc/inittab to keep a modem configured
    in a dial in state, and then change the line and execute "init q"
    through a script to make the modem dial out in case of a pre defined
    event and then restore back to dial in state, after the event gets
    over (e.g. snmp trap events).<br>
    <br>
    # Run mgetty<br>
    S1:2345:respawn:/sbin/mgetty -s 115200&nbsp; ttyS1<br>
    <br>
    Is it now possible to do something similar in systemd ?<br>
    If Yes, how to add/configure systemd files for new/own services or
    daemon would help.<br>
    <br>
    Would the command "init q" continue to work ? Is there any
    equivalent in systemd ?<br>
    <br>
    with Regards,<br>
    ASHWIN &nbsp;&nbsp;
  </body>
</html>