This commit is contained in:
Payas Relekar 2023-06-07 21:44:11 +05:30
parent bbd514e548
commit 949d828e17

View file

@ -56,9 +56,4 @@ in
};
};
};
systemd.tmpfiles.rules = [
"f ${cfg.environmentFile} 0600 ${cfgUser} ${cfgUser} -"
"f ${cfg.environmentFile}_smtp 0600 ${cfgUser} ${cfgUser} -"
];
}