mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-19 04:59:35 +07:00
units: fix default mode of /var/run and /var/lock
This commit is contained in:
parent
6c155fe3d0
commit
bb4f237c65
@ -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
|
||||
|
@ -13,6 +13,7 @@ Before=local-fs.target
|
||||
What=tmpfs
|
||||
Where=/var/run
|
||||
Type=tmpfs
|
||||
Options=mode=755
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs.target
|
||||
|
Loading…
Reference in New Issue
Block a user