summarylogtreecommitdiffstats
path: root/wl-clip-persist.service
blob: 09c7679df78b89d963044828b5bf57f99fadefde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = Wayland clipboard persistence daemon
ConditionEnviroment = WAYLAND_DISPLAY

[Service]
Type = simple
ExecStart = /usr/bin/wl-clip-persist --clipboard regular
Restart = on-failure

[Install]
WantedBy = default.target