mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
meta: rename 'vendor' to contrib; don't vendor service in Nix derivation
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696479e976a7f4db18e6501e347a4940ce28
This commit is contained in:
parent
a9da424e70
commit
b50702480f
4 changed files with 10 additions and 15 deletions
14
contrib/stash.service
Normal file
14
contrib/stash.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue