Skip to content

Commit

Permalink
Update keylime-agent.service (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 24, 2024
1 parent 0aa49b8 commit 4ce9367
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/utils/keylime-agent/keylime-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Requires=var-lib-keylime-secure.mount
After=var-lib-keylime-secure.mount
After=network-online.target
Wants=network-online.target
ConditionPathExistsGlob=/dev/(tpm|tpmrm)[0-9]*
ConditionPathExistsGlob=/dev/tpm[0-9]*
ConditionPathExistsGlob=/dev/tpmrm[0-9]*

[Service]
ExecStart=/usr/bin/keylime_agent
Expand All @@ -17,4 +18,4 @@ RestartSec=120s
Environment="RUST_LOG=keylime_agent=info"

[Install]
WantedBy=default.target
WantedBy=default.target

0 comments on commit 4ce9367

Please sign in to comment.