vendor systemd service

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964b2eba363a476a17bc9cee394e4a82b1d
This commit is contained in:
raf 2025-08-12 12:34:06 +03:00
commit 5f9bee94f4
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

13
vendor/stash.service vendored Normal file
View file

@ -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