mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-21 09:43:40 +00:00
vendor systemd service
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964b2eba363a476a17bc9cee394e4a82b1d
This commit is contained in:
parent
e2c10f386f
commit
5f9bee94f4
1 changed files with 13 additions and 0 deletions
13
vendor/stash.service
vendored
Normal file
13
vendor/stash.service
vendored
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue