lots of refactoring
This commit is contained in:
parent
a1191ff72a
commit
e6901ef554
21 changed files with 37 additions and 103 deletions
14
systemd-units/user/secretserviced.service
Normal file
14
systemd-units/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