stash/vendor/stash.service
NotAShelf 47b85472fa
stash: use stash watch for the vendored systemd service
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69649280b8e52b3ee557d8f47091b54515f9
2025-08-13 18:49:28 +03:00

13 lines
305 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=stash watch
Restart=on-failure
[Install]
WantedBy=graphical-session.target