v3_issue_896: Should work for this PR.

This commit is contained in:
ThatSilentCoder 2025-03-12 12:50:54 -04:00
parent a082e32077
commit 4c1580d6d3
2 changed files with 2 additions and 2 deletions
HIRS_AttestationCA/src/main/java/hirs/attestationca/persist/entity/userdefined/certificate/attributes
package/linux/systemd

@ -161,7 +161,7 @@ ComponentClass {
* @param component string representation of the component ID
* @return the int representation of the component
*/
private static String verifyComponentValue(final String component) {
private String verifyComponentValue(final String component) {
String componentValue = ERROR;
if (component != null) {

@ -5,7 +5,7 @@ After=network.target
[Service]
User=root
Group=root
ExecStart=/usr/bin/bash /opt/hirs/aca/scripts/aca/aca_bootRun.sh -d -w
ExecStart=/usr/bin/bash /opt/hirs/aca/scripts/aca/aca_bootRun.sh -w
SuccessExitStatus=0
Restart=always
RestartSec=60