diff options
author | Sam James <sam@gentoo.org> | 2022-11-20 04:05:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-20 04:05:25 +0000 |
commit | fbe8861b0c541ee7fabc1c196d414450906575a6 (patch) | |
tree | db60b84971561e1c390e8172fbf9e61f916383aa /sys-auth/munge/files | |
parent | dev-lang/php: Set max openssl version on 7.4 and 8.0 slots (diff) | |
download | gentoo-fbe8861b0c541ee7fabc1c196d414450906575a6.tar.gz gentoo-fbe8861b0c541ee7fabc1c196d414450906575a6.tar.bz2 gentoo-fbe8861b0c541ee7fabc1c196d414450906575a6.zip |
sys-auth/munge: restore tmpfiles
Upstream dropped it apart from for CentOS 7, but let's keep it
as it's easier than trying to handle in init scripts.
Closes: https://bugs.gentoo.org/881781
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/munge/files')
-rw-r--r-- | sys-auth/munge/files/munged.tmpfiles.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-auth/munge/files/munged.tmpfiles.conf b/sys-auth/munge/files/munged.tmpfiles.conf new file mode 100644 index 000000000000..2f82354844f3 --- /dev/null +++ b/sys-auth/munge/files/munged.tmpfiles.conf @@ -0,0 +1 @@ +d /run/munge 0755 munge munge - |