Skip to content

Commit 76183cd

Browse files
committed
Modifying permission for slurm service files
Removing executable permission for both slurmctld and slurmd service files Signed-off-by: Mohan Gandhi <mohgan@amazon.com>
1 parent 5adc280 commit 76183cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/_compute_slurm_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
source 'slurmd.service'
2727
owner 'root'
2828
group 'root'
29-
mode '0755'
29+
mode '0644'
3030
action :create
3131
only_if { node['init_package'] == 'systemd' }
3232
end

recipes/_master_slurm_config.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
source 'slurmctld.service'
5353
owner 'root'
5454
group 'root'
55-
mode '0755'
55+
mode '0644'
5656
action :create
5757
only_if { node['init_package'] == 'systemd' }
5858
end

0 commit comments

Comments
 (0)