Skip to content
Snippets Groups Projects
Commit 59fca78d authored by Jupiter Hu's avatar Jupiter Hu
Browse files

fixed deamon library path

parent 84eb1c05
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,12 @@
# Short-Description: slurm daemon management
# Description: Start slurm to provide resource management
### END INIT INFO
munge_lib="{{ munge_dir }}/lib"
exec_prefix="{{ slurm_dir }}"
prefix="{{ slurm_dir }}"
BINDIR="${exec_prefix}/bin"
CONFDIR="${prefix}/etc"
LIBDIR="${exec_prefix}/lib"
LIBDIR="${exec_prefix}/lib:${munge_lib}"
SBINDIR="${exec_prefix}/sbin"
# Source function library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment