trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Service to keep secrets of applications
|
||||
Documentation=https://github.com/yousefvand/secret-service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
RestartSec=30
|
||||
Restart=always
|
||||
Environment="MASTERPASSWORD=01234567890123456789012345678912"
|
||||
WorkingDirectory=/usr/bin/
|
||||
ExecStart=/usr/bin/secretserviced
|
Loading…
Add table
Add a link
Reference in a new issue