Lines 1-20
Link Here
|
1 |
#!/bin/sh |
1 |
#!/bin/sh |
2 |
# |
|
|
3 |
# |
4 |
|
2 |
|
5 |
# PROVIDE: munged |
3 |
# PROVIDE: munged |
6 |
# REQUIRE: LOGIN |
4 |
# REQUIRE: LOGIN |
7 |
# KEYWORD: shutdown |
5 |
# KEYWORD: shutdown |
8 |
|
6 |
|
9 |
# |
7 |
# Add the following line to /etc/rc.conf to enable munged: |
10 |
# Add the following line to /etc/rc.conf to enable mysql: |
8 |
# munged_enable (bool): Set to "NO" by default. |
11 |
# munged_enable (bool): Set to "NO" by default. |
9 |
# Set it to "YES" to enable munged. |
12 |
# Set it to "YES" to enable munged. |
10 |
# munged_keyfile (str): Set to "/usr/local/etc/munge/munge.key" by default. |
13 |
# munged_keyfile (str): Default to "/usr/local/etc/munge/munge.key" |
11 |
# Custom munge key. |
14 |
# Default munge key. |
12 |
# munged_pidfile (str): Set to "/var/run/munged.pid" by default. |
15 |
# munged_pidfile (str): Custum PID file path and name. |
13 |
# Custum PID file path and name. |
16 |
# Default to "/var/run/munged.pid". |
14 |
# munged_flags (str): Set to "" by default. |
17 |
# |
15 |
# Extra flags passed to start command. |
18 |
|
16 |
|
19 |
. /etc/rc.subr |
17 |
. /etc/rc.subr |
20 |
|
18 |
|