Skip to content

Commit

Permalink
rever weitable system
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Oct 6, 2024
1 parent b97bb74 commit 608404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ user=root
serverurl=unix:///var/run/supervisor.sock

[program:emulator]
command=/bin/bash -c "/opt/android-sdk/emulator/emulator -avd test -writable-system -selinux permissive -no-window -no-audio -no-boot-anim -skip-adb-auth -gpu swiftshader_indirect -no-snapshot -qemu -m ${RAM_SIZE:-2048}"
command=/bin/bash -c "/opt/android-sdk/emulator/emulator -avd test -no-window -no-audio -no-boot-anim -skip-adb-auth -gpu swiftshader_indirect -no-snapshot -qemu -m ${RAM_SIZE:-2048}"
stdout_logfile=/var/log/supervisor/emulator.out.log
stderr_logfile=/var/log/supervisor/emulator.err.log
autorestart=true
Expand Down

0 comments on commit 608404b

Please sign in to comment.