mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-09-13 11:04:52 +02:00
25 lines
487 B
Django/Jinja
25 lines
487 B
Django/Jinja
[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
|