<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I have an embedded system with a readonly rootfs. <br>
</p>
<p>I've setup a very early service that mounts a writable aufs overlay over /etc/.  <br>
</p>
<p><br>
</p>
<p>The problem I'm having is systemd is not starting any services that I have enabled in that overlay that were not initially enabled in the readonly rootfs. <br>
</p>
<p>​I've tried placing a calls to systemctl daemon-reload or systemctl daemon-reexec just after mounting the overlay but the services are not started, after the fact systemctl will report that the services are enabled but inactive.  <br>
</p>
<p><br>
</p>
<p>What do I need to do to get systemd to automatically start the services that are marked enabled in that overlay?  <br>
</p>
<p><br>
</p>
<p>Matt S. <br>
</p>
<p><br>
</p>
<p><br>
</p>
</body>
</html>