From f1a244178f8739bce36c4d404d50cd62bb4732f4 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sun, 6 Oct 2024 22:35:42 +0200 Subject: [PATCH] Update readme - Before=basic.service --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28513bf..becabea 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ Save this service config to `$XDG_CONFIG_HOME/systemd/user/dotfiles.service`: [Unit] Description=Stow dotfiles linker Documentation=man:stow(1) -Before=wayland-session.target -Conflicts=wayland-session.target +Before=basic.target [Service] Type=oneshot @@ -20,7 +19,7 @@ ExecStop=/usr/bin/stow --target=%h --delete dotfiles/ WantedBy=default.target ``` -(and enable it:) +Update `WorkingDirectory=%h/dev/dotfiles` and enable the service: ```sh systemctl --user enable --now dotfiles.service