mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-18 16:17:41 +00:00
v3_issue_896: Should work for this PR.
This commit is contained in:
parent
a082e32077
commit
4c1580d6d3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user