mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-14 11:34:56 +02:00
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Vault unsealing utility
|
||
|
Documentation=https://github.com/lrstanley/vault-unseal
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
User=vault-unseal
|
||
|
Group=vault-unseal
|
||
|
ExecStart=/usr/local/bin/vault-unseal --config /etc/vault-unseal.yaml
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
StartLimitInterval=0
|
||
|
TimeoutStopSec=10s
|
||
|
KillMode=mixed
|
||
|
KillSignal=SIGQUIT
|
||
|
|
||
|
PrivateDevices=true
|
||
|
ProtectHome=true
|
||
|
ProtectSystem=full
|
||
|
PrivateTmp=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|