systemd: systemd.tmpfiles.settings test
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
91323fb350
commit
79cd7d93e6
2 changed files with 9 additions and 0 deletions
|
|
@ -80,5 +80,10 @@
|
|||
)
|
||||
);
|
||||
systemd.tmpfiles.rules = [ "D /var/tmp/system-manager 0755 root root -" ];
|
||||
systemd.tmpfiles.settings.sample = {
|
||||
"/var/tmp/sample".d = {
|
||||
mode = "0755";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue