From 47b85472fa425a99e519d9082d329b0d6e91f44b Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 13 Aug 2025 18:48:52 +0300 Subject: [PATCH] stash: use `stash watch` for the vendored systemd service Signed-off-by: NotAShelf Change-Id: I6a6a69649280b8e52b3ee557d8f47091b54515f9 --- vendor/stash.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/stash.service b/vendor/stash.service index 1862c13..c493c78 100644 --- a/vendor/stash.service +++ b/vendor/stash.service @@ -6,7 +6,7 @@ Requisite=graphical-session.target [Service] Type=simple -ExecStart=wl-paste --watch stash store +ExecStart=stash watch Restart=on-failure [Install]