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

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

[Install]
WantedBy=default.target