Ajout : configurations runit pour Waydroid et joycond
This commit is contained in:
parent
403b0863b6
commit
acc2c99066
5 changed files with 7 additions and 0 deletions
0
etc/runit/sv/joycond/down
Normal file
0
etc/runit/sv/joycond/down
Normal file
2
etc/runit/sv/joycond/run
Executable file
2
etc/runit/sv/joycond/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh -e
|
||||||
|
exec /usr/bin/joycond
|
0
etc/runit/sv/waydroid/down
Normal file
0
etc/runit/sv/waydroid/down
Normal file
3
etc/runit/sv/waydroid/finish
Executable file
3
etc/runit/sv/waydroid/finish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
waydroid container stop
|
||||||
|
waydroid session stop
|
2
etc/runit/sv/waydroid/run
Executable file
2
etc/runit/sv/waydroid/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec waydroid -w container start
|
Loading…
Reference in a new issue