0405306c3d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/custodia#a69c7a440fe79f84054ef61fa3ca159b8ba0235e
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
|