1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 11:19:04 -05:00

auto restart services

This commit is contained in:
Kaan Barmore-Genç 2022-03-17 17:10:13 -04:00
parent 1480aec7b5
commit 41c05eb1ec
2 changed files with 8 additions and 0 deletions

View file

@ -1,10 +1,14 @@
[Unit]
Description=Run blueman applet.
After=graphical-session.target
StartLimitIntervalSec=600
StartLimitBurst=5
[Service]
type=basic
ExecStart=/usr/bin/blueman-applet
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=graphical-session.target

View file

@ -1,10 +1,14 @@
[Unit]
Description=Run kdeconnectd.
After=graphical-session.target
StartLimitIntervalSec=600
StartLimitBurst=5
[Service]
type=basic
ExecStart=/usr/lib/kdeconnectd
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=graphical-session.target