Hi, <br><br>I'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 'systemctl start .aufs-normal.mount' and 'systemctl stop .aufs-normal.mount' 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 'systemctl start dummy.service' systemd refuse to mount my .aufs/normal directory.<br>
<br>If I rename the '.aufs' directory to 'aufs' in the example above it works fine. I have tried to escape the <dot> without any success.<br><br>Any ideas what's causing this?<br><br>Thanks,<br>Peter<br>
<br><br><br><br>