Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vault
Commits
381f9232
Unverified
Commit
381f9232
authored
3 years ago
by
Kyle Penfound
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add missing vault service file for linux package (#13049)
parent
fdbbecc2
Branches unavailable
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
v1.9.0-rc1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.release/linux/package/etc/vault.d/vault.env
+0
-0
.release/linux/package/etc/vault.d/vault.env
.release/linux/package/usr/lib/systemd/system/vault.service
+33
-0
.release/linux/package/usr/lib/systemd/system/vault.service
with
33 additions
and
0 deletions
+33
-0
.release/linux/package/etc/vault.d/vault.env
0 → 100644
+
0
-
0
View file @
381f9232
This diff is collapsed.
Click to expand it.
.release/linux/package/usr/lib/systemd/system/vault.service
0 → 100644
+
33
-
0
View file @
381f9232
[Unit]
Description
=
"HashiCorp Vault - A tool for managing secrets"
Documentation
=
https://www.vaultproject.io/docs/
Requires
=
network-online.target
After
=
network-online.target
ConditionFileNotEmpty
=
/etc/vault.d/vault.hcl
StartLimitIntervalSec
=
60
StartLimitBurst
=
3
[Service]
EnvironmentFile
=
/etc/vault.d/vault.env
User
=
vault
Group
=
vault
ProtectSystem
=
full
ProtectHome
=
read-only
PrivateTmp
=
yes
PrivateDevices
=
yes
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
RestartSec
=
5
TimeoutStopSec
=
30
LimitNOFILE
=
65536
LimitMEMLOCK
=
infinity
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help