This commit is contained in:
Nathan 2022-10-03 20:54:01 -05:00
parent 3e67522af5
commit 81bf333455
5 changed files with 31 additions and 0 deletions

6
dinit-services/dbus Normal file
View 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
View 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
View 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

View 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

View 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