aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/copyq.service
blob: 4d9afab9383dc3a4e7ebc679047823d15e298093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Copyq server
StartLimitIntervalSec=0

[Service]
Type=simple
RestartSec=3
Restart=always
SyslogIdentifier=copyq
ExecStart=/usr/bin/env copyq

[Install]
WantedBy=default.target