A lot of random bologna that I hope helps
This commit is contained in:
parent
a0f9f3669b
commit
dbdc9371d1
13 changed files with 54 additions and 3039 deletions
14
systemd/user/secretserviced.service
Normal file
14
systemd/user/secretserviced.service
Normal file
|
@ -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=Gr@$$B00ts#21"
|
||||
WorkingDirectory=/usr/bin/
|
||||
ExecStart=/usr/bin/secretserviced
|
Loading…
Add table
Add a link
Reference in a new issue