blob: 263b1d93fd3ee99ee0aae26fa14d0cf2ac973669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=YubiHSM connector
Documentation=https://developers.yubico.com/YubiHSM2/
After=network-online.target
Wants=network-online.target systemd-networkd-wait-online.service
[Service]
ExecStart=/usr/bin/yubihsm-connector -c /etc/yubihsm-connector.yaml
Restart=on-abnormal
[Install]
WantedBy=multi-user.target
|