Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
256 B

3 years ago
  1. [Unit]
  2. Description=Anbox Session Manager
  3. Wants=anbox-container-manager.service
  4. After=anbox-container-manager.service
  5. [Service]
  6. Environment=ANBOX_FORCE_SERVER_SIDE_DECORATION=true
  7. ExecStart=/usr/bin/anbox session-manager
  8. [Install]
  9. WantedBy=default.target