torwaechter: /run mountpoint does not work, symlink to /var/run for now instead
authorMichael Gebetsroither <michael@mgeb.org>
Sun, 15 Sep 2019 17:58:01 +0000 (19:58 +0200)
committerMichael Gebetsroither <michael@mgeb.org>
Sun, 15 Sep 2019 17:58:01 +0000 (19:58 +0200)
ansible/host_vars/torwaechter/main.yml

index a1ec1dd..98d8e72 100644 (file)
@@ -33,7 +33,7 @@ openwrt_mixin:
   /home:
     dirname:
   /run:
-    dirname:
+    link: "/var/run"
 
   # Go binaries
   /usr/local/bin/door_client:
@@ -144,6 +144,7 @@ openwrt_uci:
         dns_search: realraum.at
 
 
+# does not work, using symlink to /var/run instead for now
 openwrt_mounts:
   - path: /run
     src: none