22 lines
438 B
Desktop File
22 lines
438 B
Desktop File
# /etc/systemd/system/custodia@.service
|
|
|
|
[Unit]
|
|
Description=Custodia Secrets Service for %I
|
|
Documentation=https://github.com/latchset/custodia
|
|
Requires=custodia@%i.socket
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/sbin/custodia --instance=%i /etc/custodia/%i.conf
|
|
User=custodia
|
|
Group=custodia
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
Restart=on-failure
|
|
RestartSec=30s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|