stash/vendor/stash.service
NotAShelf 5f9bee94f4
vendor systemd service
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964b2eba363a476a17bc9cee394e4a82b1d
2025-08-12 15:01:29 +03:00

13 lines
322 B
Desktop File

[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