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 e128633 commit 5a7d5fbCopy full SHA for 5a7d5fb
cookbooks/aws-parallelcluster-computefleet/files/check_update/check-update.service
@@ -3,7 +3,7 @@ Description=Check for recent file modifications
3
4
[Service]
5
Type=oneshot
6
-ExecStart=/bin/bash -c 'cat /opt/slurm/etc/pcluster/.slurm_plugin/clustermgtd_heartbeat'
+ExecStart=/bin/bash -c 'cat /opt/slurm/etc/pcluster/.slurm_plugin/clustermgtd_heartbeat 2>/dev/null || echo 'File does not exists' && true'
7
8
[Install]
9
WantedBy=multi-user.target
0 commit comments