diff --git a/Readme.md b/Readme.md index 7aac270..45a7246 100644 --- a/Readme.md +++ b/Readme.md @@ -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