rt: stop using tmpfiles for db password file permissions

pull/20/head
Sebastien Bourdeauducq 2021-08-11 10:53:42 +08:00
parent a97302a80a
commit a385c2db4b
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ in {
systemd.tmpfiles.rules = [
"d /var/lib/secrets/rt 0500 rt rt -"
"d /var/lib/rt/gpg 0700 rt rt -"
"z ${cfg.dbPasswordFile} 0400 rt rt -"
];
});
}