chiark / gitweb /
update TODO
[elogind.git] / units / var-run.mount
index add284ae8dd6ece1a2c976356454890b94cb0771..c513dfecd23a8cdafc10f33efd6a5350d76bcee7 100644 (file)
@@ -8,8 +8,11 @@
 [Unit]
 Description=Runtime Directory
 Before=local-fs.target
+# skip mounting if the directory does not exist or is a symlink
+ConditionPathIsDirectory=/var/run
 
 [Mount]
-What=tmpfs
+What=/run
 Where=/var/run
-Type=tmpfs
+Type=bind
+Options=bind