a new one every time the OS reboots. This is very similar to the option &optvolatile;
but based on the OS reboots instead of fcron restarts.
You may also want to use option &optfirst; if you use fcron that way.</para>
- <para>&seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &runatresume;.</para>
+ <para>&seealso; options &optfirst;, &optvolatile;, &optrunonce;, &optrunatreboot;, &optrunatresume;.</para>
</listitem>
</varlistentry>
<para>For instance, if a program should be started automatically right after boot and run from 7am to 6pm, you could use the following fcrontab definitions:</para>
<programlisting>&runatreboot 0 6 * * 1-5 start_my_program.sh
& 0 7 * * 1-5 stop_my_program.sh</programlisting>
- <para>&seealso; options &optvolatile;, &optrunonce;, &runatresume;, &optrebootreset;.</para>
+ <para>&seealso; options &optvolatile;, &optrunonce;, &optrunatresume;, &optrebootreset;.</para>
</listitem>
</varlistentry>
<para>For instance, if a program should be started automatically right after a system resume, and run from 7am to 6pm, you could use the following fcrontab definitions:</para>
<programlisting>&runatresume 0 6 * * 1-5 start_my_program.sh
& 0 7 * * 1-5 stop_my_program.sh</programlisting>
- <para>&seealso; options &optvolatile;, &optrunonce;, &runatreboot;, &optrebootreset;.</para>
+ <para>&seealso; options &optvolatile;, &optrunonce;, &optrunatreboot;, &optrebootreset;.</para>
</listitem>
</varlistentry>
<listitem>
<para><emphasis><type>boolean</type></emphasis>(<constant>false</constant>)</para>
<para>Do not re-schedule the task after it has run once, until the next OS reboot (if &optvolatile; is not set) or until the next &fcron; daemon restart (if &optvolatile; is set).</para>
- <para>&seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &runatresume;.</para>
+ <para>&seealso; options &optvolatile;, &optrebootreset;, &optrunatreboot;, &optrunatresume;.</para>
</listitem>
</varlistentry>
<!ENTITY optreset '<link linkend="fcrontab.5.reset"><varname>reset</varname></link>'>
<!ENTITY optrunas '<link linkend="fcrontab.5.runas"><varname>runas</varname></link>'>
<!ENTITY optrunatreboot '<link linkend="fcrontab.5.runatreboot"><varname>runatreboot</varname></link>'>
+<!ENTITY optrunatresume '<link linkend="fcrontab.5.runatresume"><varname>runatresume</varname></link>'>
<!ENTITY optrunfreq '<link linkend="fcrontab.5.runfreq"><varname>runfreq</varname></link>'>
<!ENTITY optrunonce '<link linkend="fcrontab.5.runonce"><varname>runonce</varname></link>'>
<!ENTITY optserial '<link linkend="fcrontab.5.serial"><varname>serial</varname></link>'>