Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cPanelRicky committed Mar 5, 2022
1 parent a9b5776 commit d23a09c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .release/linux/package/usr/lib/systemd/system/vault.service
Expand Up @@ -8,9 +8,12 @@ StartLimitIntervalSec=60
StartLimitBurst=3

[Service]
Type=notify
EnvironmentFile=/etc/vault.d/vault.env
User=vault
Group=vault
ExecStart=/usr/bin/vault server -config=/etc/vault.d/vault.hcl
ExecReload=/bin/kill --signal HUP $MAINPID
ProtectSystem=full
ProtectHome=read-only
PrivateTmp=yes
Expand All @@ -19,8 +22,6 @@ SecureBits=keep-caps
AmbientCapabilities=CAP_IPC_LOCK
CapabilityBoundingSet=CAP_SYSLOG CAP_IPC_LOCK
NoNewPrivileges=yes
ExecStart=/usr/bin/vault server -config=/etc/vault.d/vault.hcl
ExecReload=/bin/kill --signal HUP $MAINPID
KillMode=process
KillSignal=SIGINT
Restart=on-failure
Expand Down

0 comments on commit d23a09c

Please sign in to comment.