<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I've had a lot of frustrating times with this issue and wanted to mention it before anyone else does.</p>
<p><br>
</p>
<p>Specifically, my erl pipes kept getting deleted, meaning you couldn't attach, or cleanly shutdown services.</p>
<p><br>
</p>
<p>After far too long, I've tracked this to a new systemd service, and found the fix involves editing this file:</p>
<p><br>
</p>
<p><span>/usr/lib/tmpfiles.d/tmp.conf</span></p>
<p><br>
</p>
<p>And telling it not to apply the default ten day lifetime on this folder:</p>
<p><br>
</p>
<p><span>x /tmp/erl_pipes</span></p>
<p><br>
</p>
<p>I'm expecting that will sort it out (although I know now I need ten days to tell).<br>
</p>
</div>
</body>
</html>