This commit is contained in:
2023-04-03 14:41:35 +10:00
parent dc0d77ad11
commit 9c4db6d830
3 changed files with 9 additions and 7 deletions

View File

@@ -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