From 5f9bee94f4cbc4a2cec13a3c33992b716c98491a Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 12 Aug 2025 12:34:06 +0300 Subject: [PATCH] vendor systemd service Signed-off-by: NotAShelf Change-Id: I6a6a6964b2eba363a476a17bc9cee394e4a82b1d --- vendor/stash.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/stash.service diff --git a/vendor/stash.service b/vendor/stash.service new file mode 100644 index 0000000..1862c13 --- /dev/null +++ b/vendor/stash.service @@ -0,0 +1,13 @@ +[Unit] +Description=Wayland clipboard manager with fast persistent history and multi-media support +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +Type=simple +ExecStart=wl-paste --watch stash store +Restart=on-failure + +[Install] +WantedBy=graphical-session.target