mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
units: fix default mode of /var/run and /var/lock
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user