1 <samba:parameter name="lpresume command"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <para>This parameter specifies the command to be
8 executed on the server host in order to restart or continue
9 printing or spooling a specific print job.</para>
11 <para>This command should be a program or script which takes
12 a printer name and job number to resume the print job. See
13 also the <smbconfoption name="lppause command"/> parameter.</para>
15 <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name
16 is put in its place. A <parameter moreinfo="none">%j</parameter> is replaced with
17 the job number (an integer).</para>
19 <para>Note that it is good practice to include the absolute path
20 in the <parameter moreinfo="none">lpresume command</parameter> as the PATH may not
21 be available to the server.</para>
23 <para>See also the <smbconfoption name="printing"/> parameter.</para>
25 <para>Default: Currently no default value is given
26 to this string, unless the value of the <parameter moreinfo="none">printing</parameter>
27 parameter is <constant>SYSV</constant>, in which case the default is:</para>
29 <para><command moreinfo="none">lp -i %p-%j -H resume</command></para>
31 <para>or if the value of the <parameter moreinfo="none">printing</parameter> parameter
32 is <constant>SOFTQ</constant>, then the default is:</para>
34 <para><command moreinfo="none">qstat -s -j%j -r</command></para>
37 <value type="example">/usr/bin/lpalt %p-%j -p2</value>