mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03: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…
x
Reference in New Issue
Block a user