updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# CC Secrets
|
||||
# Secrets Management Tool (SMT)
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -32,10 +32,10 @@ If the TLS certificate and key files cannot be located in the specified location
|
||||
|
||||
## Systemd script
|
||||
|
||||
Create/update the systemd service definition at /etc/systemd/system/ccsecrets.service and then run systemctl daemon-reload
|
||||
Create/update the systemd service definition at /etc/systemd/system/smt.service and then run systemctl daemon-reload
|
||||
```
|
||||
[Unit]
|
||||
Description=CC Secrets Service
|
||||
Description=Secrets Management Tool
|
||||
After=network.target
|
||||
#StartLimitIntervalSec=0
|
||||
|
||||
@@ -44,7 +44,7 @@ Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=root
|
||||
ExecStart=/srv/ccsecrets/ccsecrets
|
||||
ExecStart=/srv/smt/smt
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user