On Sunday, May 20, 2012, Brian Wood &lt;<a href="mailto:woodbrian77@gmail.com">woodbrian77@gmail.com</a>&gt; wrote:<br>&gt; I&#39;m starting to use systemd.  I&#39;ve written a simple unit file and<br>&gt; systemd starts the service during boot.  When I manually kill<br>
&gt; the process though, it doesn&#39;t get restarted the way I expected<br>&gt; it would.  Is there an option to specify for that?  Thank you.<br><br>systemd will not restart a failed service by default, because there are many situations where that would be very bad.  You must explicitly configure it to do so using the &quot;Restart=&quot; directive in your unit file.  See &#39;man systemd.service&#39; for the details.<br>
<br>&gt;<br>&gt; Brian Wood<br>&gt; Ebenezer Enterprises<br>&gt; <a href="http://webEbenezer.net">http://webEbenezer.net</a><br>&gt; (651) 251-9384<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;