blob: 10614bf4115a68f687f831ff158fb4d9e9d177ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Clipper clipboard access for local and remote tmux sessions
Documentation=https://github.com/wincent/clipper
[Service]
Environment=DISPLAY=:0
ExecStart=/usr/bin/clipper
Restart=always
# Restart service after 10 seconds if service crashes
RestartSec=10
SyslogIdentifier=clipper
[Install]
WantedBy=basic.target
|