mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-21 18:39:57 -06:00
fix service definitions
This commit is contained in:
parent
41c05eb1ec
commit
c6c550d9a5
|
@ -5,7 +5,7 @@ StartLimitIntervalSec=600
|
|||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
type=basic
|
||||
Type=basic
|
||||
ExecStart=/usr/bin/blueman-applet
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
|
|
@ -5,7 +5,7 @@ StartLimitIntervalSec=600
|
|||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
type=basic
|
||||
Type=basic
|
||||
ExecStart=/usr/lib/kdeconnectd
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
|
Loading…
Reference in a new issue