Improve readme
This commit is contained in:
parent
da9758fbf9
commit
dc0b9a0d74
|
@ -52,13 +52,18 @@ Finally, make the daemon auto start:
|
|||
```
|
||||
~/.config/systemd/user/goldwarden.service
|
||||
|
||||
[Unit]
|
||||
[Unit]
|
||||
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