From 91a20eb71f6ce11949fadeeb427379340326e1bf Mon Sep 17 00:00:00 2001 From: mknoxnv Date: Thu, 14 Sep 2017 22:36:31 -0500 Subject: [PATCH] Create slurm.default --- slurm.default | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 slurm.default diff --git a/slurm.default b/slurm.default new file mode 100644 index 0000000..bffe25f --- /dev/null +++ b/slurm.default @@ -0,0 +1,14 @@ +# Defaults for slurmd initscript +# sourced by /etc/init.d/slurmd +# installed at /etc/default/slurmd by the maintainer scripts +# +# This is a POSIX shell fragment +# +# Additional options that are passed to the slurmctld daemon +#SLURMCTLD_OPTIONS="" + + + + +# Additional options that are passed to the slurmd daemon +SLURMD_OPTIONS="-d/usr/sbin/slurmstepd"