mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-03-25 01:56:43 +07:00
14 lines
249 B
Desktop File
14 lines
249 B
Desktop File
[Unit]
|
|
Description=Init Hdmi Audio
|
|
After=bluetooth.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/inithdmiaudio /usr/share/sounds/alsa/Rear_Left.wav -D 2
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|