1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 08:56:16 -05:00
dotfiles/systemd/user/kdeconnectd.service

15 lines
239 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run kdeconnectd.
After=graphical-session.target
2022-03-17 16:10:13 -05:00
StartLimitIntervalSec=600
StartLimitBurst=5
[Service]
2022-04-19 21:20:20 -05:00
Type=simple
ExecStart=/usr/lib/kdeconnectd
2022-04-19 21:20:20 -05:00
Restart=always
2022-03-17 16:10:13 -05:00
RestartSec=5s
[Install]
WantedBy=graphical-session.target