mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-02-22 06:09:51 -06: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
|