stash/vendor/stash.service
NotAShelf 261b154527
stash: use LoadCrediental in the vendored Systemd service
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964e8080cc20ea3c78073141a1978f0b1f1
2025-08-14 17:24:22 +03:00

14 lines
365 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
LoadCredential=clipboard_filter:/etc/stash/clipboard_filter
[Install]
WantedBy=graphical-session.target