mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-01 03:27:26 -05:00
15 lines
239 B
SYSTEMD
15 lines
239 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run kdeconnectd.
|
||
|
After=graphical-session.target
|
||
|
StartLimitIntervalSec=600
|
||
|
StartLimitBurst=5
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/lib/kdeconnectd
|
||
|
Restart=always
|
||
|
RestartSec=5s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|