Drop unused vault.service file
This commit is contained in:
parent
5007691691
commit
2ac530cd14
@ -1,22 +0,0 @@
|
||||
[Unit]
|
||||
Description=Vault server
|
||||
Requires=basic.target network.target
|
||||
After=basic.target network.target
|
||||
|
||||
[Service]
|
||||
User=vault
|
||||
Group=vault
|
||||
PrivateTmp=yes
|
||||
ProtectSystem=full
|
||||
ProtectHome=read-only
|
||||
CapabilityBoundingSet=CAP_IPC_LOCK
|
||||
Environment=GOMAXPROCS=2
|
||||
ExecStart=/bin/vault server -config=/etc/vault.hcl
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=30s
|
||||
Restart=on-failure
|
||||
StartLimitInterval=60s
|
||||
StartLimitBurst=3
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user