update
This commit is contained in:
parent
3e67522af5
commit
81bf333455
5 changed files with 31 additions and 0 deletions
6
dinit-services/dbus
Normal file
6
dinit-services/dbus
Normal file
|
@ -0,0 +1,6 @@
|
|||
type = process
|
||||
load-options = sub-vars
|
||||
logfile = $HOME/.local/share/dinit/dbus.log
|
||||
command = $HOME/.local/share/dinit/scripts/dbus-session --print-address 3
|
||||
smooth-recovery = true
|
||||
ready-notification = pipefd:3
|
4
dinit-services/gamemoded
Normal file
4
dinit-services/gamemoded
Normal file
|
@ -0,0 +1,4 @@
|
|||
type = process
|
||||
command = /usr/bin/gamemoded
|
||||
smooth-recovery = true
|
||||
logfile = $HOME/.local/share/dinit/gamemoded
|
7
dinit-services/pipewire
Normal file
7
dinit-services/pipewire
Normal file
|
@ -0,0 +1,7 @@
|
|||
type = process
|
||||
load-options = sub-vars
|
||||
logfile = $HOME/.local/share/dinit/pipewire.log
|
||||
command = pipewire
|
||||
restart = true
|
||||
depends-on = dbus
|
||||
|
6
dinit-services/pipewire-pulse
Normal file
6
dinit-services/pipewire-pulse
Normal file
|
@ -0,0 +1,6 @@
|
|||
type = process
|
||||
load-options = sub-vars
|
||||
logfile = $HOME/.local/share/dinit/pipewire-pulse.log
|
||||
command = pipewire-pulse
|
||||
restart = true
|
||||
depends-on = pipewire
|
8
dinit-services/wireplumber
Normal file
8
dinit-services/wireplumber
Normal file
|
@ -0,0 +1,8 @@
|
|||
type = process
|
||||
load-options = sub-vars
|
||||
logfile = $HOME/.local/share/dinit/wireplumber.log
|
||||
command = wireplumber
|
||||
restart = true
|
||||
smooth-recovery = true
|
||||
depends-on = pipewire
|
||||
depends-on = pipewire-pulse
|
Loading…
Reference in a new issue