Improve readme

This commit is contained in:
Bernd Schoolmann 2023-08-03 02:17:25 +02:00
parent da9758fbf9
commit dc0b9a0d74
No known key found for this signature in database
1 changed files with 7 additions and 2 deletions

View File

@ -52,13 +52,18 @@ Finally, make the daemon auto start:
``` ```
~/.config/systemd/user/goldwarden.service ~/.config/systemd/user/goldwarden.service
[Unit] [Unit]
Description="Goldwarden daemon" Description="Goldwarden daemon"
[Service] [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: and enable it:
``` ```
systemctl --user enable goldwarden systemctl --user enable goldwarden