We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f15e51 commit 9fc6e75Copy full SHA for 9fc6e75
templates/default/parallelcluster_supervisord.conf.erb
@@ -3,14 +3,13 @@
3
<% case node['cluster']['node_type'] -%>
4
<%# HeadNode -%>
5
<% when 'HeadNode' -%>
6
-<% if node['cluster']['scheduler'] == 'slurm' -%>
7
[program:cfn-hup]
8
command = bash -c "[ -f /etc/profile.d/proxy.sh ] && . /etc/profile.d/proxy.sh; <%= node['cluster']['cookbook_virtualenv_path'] %>/bin/python <%= node['cluster']['cookbook_virtualenv_path'] %>/bin/cfn-hup"
9
# The following are needed because cfn-hup starts as a daemon
10
exitcodes = 0
11
autorestart = unexpected
12
startsecs = 0
13
-
+<% if node['cluster']['scheduler'] == 'slurm' -%>
14
[program:clustermgtd]
15
command = <%= node['cluster']['node_virtualenv_path'] %>/bin/clustermgtd
16
user = <%= node['cluster']['cluster_admin_user'] %>
0 commit comments