add waydroid intel gpu selection service
This commit is contained in:
parent
b52dd8d8ab
commit
b2228f0b77
2 changed files with 18 additions and 2 deletions
15
etc/systemd/system/waydroid-choose-intel-gpu.service
Normal file
15
etc/systemd/system/waydroid-choose-intel-gpu.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Waydroid Intel GPU Selection Service
|
||||
After=multi-user.target
|
||||
Wants=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=waydroid-choose-intel-gpu.sh
|
||||
RemainAfterExit=yes
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
User=root
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue