s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

s6-cleanfifodir.html (1289B)


      1 <html>
      2   <head>
      3     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      5     <meta http-equiv="Content-Language" content="en" />
      6     <title>s6: the s6-cleanfifodir program</title>
      7     <meta name="Description" content="s6: the s6-cleanfifodir program" />
      8     <meta name="Keywords" content="s6 command s6-cleanfifodir fifodir notification cleaning" />
      9     <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
     10   </head>
     11 <body>
     12 
     13 <p>
     14 <a href="index.html">s6</a><br />
     15 <a href="//skarnet.org/software/">Software</a><br />
     16 <a href="//skarnet.org/">skarnet.org</a>
     17 </p>
     18 
     19 <h1> The s6-cleanfifodir program </h1>
     20 
     21 <p>
     22 s6-cleanfifodir cleans up a <a href="fifodir.html">fifodir</a>.
     23 </p>
     24 
     25 <h2> Interface </h2>
     26 
     27 <pre>
     28      s6-cleanfifodir <em>fifodir</em>
     29 </pre>
     30 
     31 <p>
     32 s6-cleanfifodir cleans up <em>fifodir</em>, that must belong to the current user.
     33 That means it removes all stale FIFOs in <em>fifodir</em>.
     34 </p>
     35 
     36 <p>
     37  In normal use, it is not necessary to call s6-cleanfifodir. However, stale
     38 FIFOs can be left by <a href="libs6/s6-ftrigrd.html">s6-ftrigrd</a> processes that
     39 were violently killed, so it's good practice to regularly clean up fifodirs.
     40 </p>
     41 
     42 </body>
     43 </html>