forked from pool/munge
- Fix typo in init script (SLE11) introduced by last change - Fix rpm preun/postun-scripts (SLE11) - Fix empty /etc/sysconfig/munge after update (SLE11) OBS-URL: https://build.opensuse.org/request/show/445553 OBS-URL: https://build.opensuse.org/package/show/network:cluster/munge?expand=0&rev=11
28 lines
564 B
Plaintext
28 lines
564 B
Plaintext
###############################################################################
|
|
# MUNGE system configuration
|
|
###############################################################################
|
|
|
|
##
|
|
# Pass additional command-line options to the daemon.
|
|
##
|
|
# DAEMON_ARGS="--key-file /etc/munge/munge.key --num-threads 1"
|
|
DAEMON_ARGS=""
|
|
|
|
##
|
|
# Adjust the scheduling priority of the daemon.
|
|
##
|
|
# NICE=
|
|
NICE=""
|
|
|
|
##
|
|
# Execute the daemon under another username.
|
|
##
|
|
# USER="munge"
|
|
USER="daemon"
|
|
|
|
##
|
|
# Execute the daemon under another groupname.
|
|
##
|
|
# GROUP="munge"
|
|
GROUP="munge"
|