Skip to content

Commit

Permalink
fix(systemd): remove dev-tpm0 dependency from Cosmian VM agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Jan 16, 2025
1 parent 1870d98 commit 252efbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cosmian_vm_agent.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Unit]
Description=Cosmian VM Agent
Requires=multi-user.target mount_luks.service dev-tpm0.device
After=multi-user.target mount_luks.service dev-tpm0.device
Requires=multi-user.target mount_luks.service
After=multi-user.target mount_luks.service

[Service]
Type=simple
Expand Down

0 comments on commit 252efbe

Please sign in to comment.