linux-sgx/pccs.service
Daniel P. Berrangé 77222ebd3a Drop dep from pccs to mpa_registration
pccs.service would normally run on a separate host from the compute
host and has no functional dep on mpa_registration.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2026-01-06 17:18:54 +00:00

22 lines
586 B
Desktop File

[Unit]
Description=Provisioning Certificate Caching Service (PCCS)
Documentation=https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/QuoteGeneration/pccs/README.md
After=syslog.target network.target auditd.service
ConditionPathExists=/dev/sgx_enclave
[Service]
Type=simple
User=pccs
ExecStart=/usr/bin/pccs
Restart=on-failure
RestartSec=15s
Environment=NODE_CONFIG_DIR=/etc/pccs
WorkingDirectory=/var/lib/pccs
InaccessibleDirectories=/home
DevicePolicy=closed
DeviceAllow=/dev/sgx_enclave rw
DeviceAllow=/dev/sgx_provision rw
[Install]
WantedBy=multi-user.target