aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cliphist/.config/systemd/user/cliphist.service
blob: 4209674bc026fc28b990915f7a6afa6167f52583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Clipboard history daemon
PartOf=wayland-session.target
After=wayland-session.target

[Service]
Type=simple
ExecStart=/usr/bin/wl-paste --watch /usr/bin/cliphist store
Restart=on-failure

[Install]
WantedBy=wayland-session.target