mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-01-15 05:40:08 -06:00
fix service files
This commit is contained in:
parent
74e531793d
commit
ff93978926
|
@ -5,9 +5,9 @@ StartLimitIntervalSec=600
|
|||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Type=basic
|
||||
Type=simple
|
||||
ExecStart=/usr/lib/kdeconnectd
|
||||
Restart=on-failure
|
||||
Restart=always
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=Run noisetorch input supressor.
|
||||
After=graphical-session.target
|
||||
After=pipewire.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
Loading…
Reference in a new issue