units: fix default mode of /var/run and /var/lock

This commit is contained in:
Lennart Poettering 2010-07-16 18:58:52 +02:00
parent 6c155fe3d0
commit bb4f237c65
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Before=local-fs.target
What=tmpfs
Where=/var/lock
Type=tmpfs
Options=mode=775,gid=lock
[Install]
WantedBy=local-fs.target

View File

@ -13,6 +13,7 @@ Before=local-fs.target
What=tmpfs
Where=/var/run
Type=tmpfs
Options=mode=755
[Install]
WantedBy=local-fs.target