state: remove systemd.tmpfiles.rules for /var/lib/private
, no effect
This commit is contained in:
parent
87fefcae2a
commit
99dd7bfc16
1 changed files with 0 additions and 7 deletions
|
@ -29,12 +29,5 @@ in {
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
# fixes the following error, when trying to use impermanence
|
||||
# in `/var/lib/private`, which is needed for DynamicUser.
|
||||
# Error: Directory "/var/lib/private" already exists, but has mode 0755 that is too permissive (0700 was requested), refusing.
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/private 0700 root root - -"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue