mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
15 lines
239 B
Desktop File
15 lines
239 B
Desktop File
[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
|