mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-containers/waydroid: Changed category of waydroid from app-emulation
cause it container-based approach Bug: https://bugs.gentoo.org/834025 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
9
app-containers/waydroid/files/waydroid
Normal file
9
app-containers/waydroid/files/waydroid
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/openrc-run
|
||||
description="Waydroid Container Manager"
|
||||
start() {
|
||||
waydroid container start &
|
||||
}
|
||||
stop() {
|
||||
waydroid container stop
|
||||
waydroid session stop
|
||||
}
|
||||
Reference in New Issue
Block a user