From dc0b9a0d742d54e289251d0b557a5ae1269799d6 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 3 Aug 2023 02:17:25 +0200 Subject: [PATCH] Improve readme --- Readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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