Hi, <br><br>I&#39;m using systemd-44 and experiencing some problems with my mount unit.<br><br>I have an /etc/systemd/system/.aufs-normal.mount file<br>-----<br>[Unit]<br>Description=normal mount<br><br>[Mount]<br>What=/dev/mmcblk0p5<br>
Where=/.aufs/normal<br>Type=ext2<br>-----<br><br>I am able to run &#39;systemctl start .aufs-normal.mount&#39; and &#39;systemctl stop .aufs-normal.mount&#39; to mount/unmount /dev/mmcblk0p5 correctly.<br><br>I then have created an /etc/systemd/system/dummy.service file<br>
------<br>[Unit]<br>Description=Dummy service<br>Requires=.aufs-normal.mount<br>After=.aufs-normal.mount<br><br>[Service]<br>ExecStart=/bin/dummy<br>Type=oneshot<br>RemainAfterExit=yes<br>-----<br><br>When I then run &#39;systemctl start dummy.service&#39; systemd refuse to mount my .aufs/normal directory.<br>
<br>If I rename the &#39;.aufs&#39; directory to &#39;aufs&#39; in the example above it works fine. I have tried to escape the &lt;dot&gt; without any success.<br><br>Any ideas what&#39;s causing this?<br><br>Thanks,<br>Peter<br>
<br><br><br><br>