Skip to content

Commit b74541e

Browse files
committed
BF: added missing information about munge on macOS
1 parent 161c9fa commit b74541e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/markdown/manual/installation-guide/07_munge.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,17 @@ For a compile host:
125125
yum -y install munge-devel
126126
```
127127

128+
129+
### macOS 13/14
130+
131+
```bash
132+
port install munge
133+
cp /shared/munge.key /opt/local/etc/munge
134+
chmod 400 /opt/local/etc/munge/munge.key
135+
chown munge:munge /opt/local/etc/munge/munge.key
136+
port load munge
137+
```
138+
128139
### FreeBSD
129140

130141
* installs to /usr/local

0 commit comments

Comments
 (0)