<p dir="ltr"><br>
On Sep 24, 2014 9:37 AM, "Paul Cartwright" <<a href="mailto:pbcartwright@gmail.com">pbcartwright@gmail.com</a>> wrote:<br>
><br>
> On 09/24/2014 08:40 AM, Jim Kinney wrote:<br>
> > <a href="https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet">https://fedoraproject.org/wiki/SysVinit_to_Systemd_Cheatsheet</a><br>
> ><br>
> > useful stuff for those who need a quick answer<br>
> ><br>
> man frobozz gets nothing<br>
> (ducking & running..)</p>
<p dir="ltr">Ha!</p>
<p dir="ltr">><br>
> so we go from 3 words to 4 words & move start/stop in front of the app..</p>
<p dir="ltr">Wait until you run a status. It actually pull the last log file data for the process and tell if the process is actually running or just has a stale pid.</p>
<p dir="ltr">The .service on the end is optional so far. The text logic of systemctl action name makes a zillion manual start/stop cycles a pain. </p>
<p dir="ltr">Some bits that are missing so far is the mandatory ordering on a manual stop call. Example:<br>
NFS mount will auto wait for networking to start. But a systemctl stop network will not call a umount on an NFS fstab entry. So the deps are currently one way only.<br>
><br>
> --<br>
> Paul Cartwright<br>
> Registered Linux User #367800 and new counter #561587<br>
><br>
> _______________________________________________<br>
> Ale mailing list<br>
> <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
> <a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a><br>
> See JOBS, ANNOUNCE and SCHOOLS lists at<br>
> <a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a><br>
</p>