Improve readme
This commit is contained in:
parent
da9758fbf9
commit
dc0b9a0d74
|
@ -56,9 +56,14 @@ Finally, make the daemon auto start:
|
|||
Description="Goldwarden daemon"
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/quexten/go/bin/goldwarden daemonize
|
||||
ExecStart=BINARY_PATH daemonize
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
```
|
||||
|
||||
where BINARY_PATH should be replaced by the path to the goldwarden binary.
|
||||
|
||||
and enable it:
|
||||
```
|
||||
systemctl --user enable goldwarden
|
||||
|
|
Loading…
Reference in New Issue