mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-03 19:19:50 +01:00
This is most likely not the way how we would like to do things in the end, however fine for now to see if we can get the soundcard working in our image.
14 lines
257 B
Desktop File
14 lines
257 B
Desktop File
[Unit]
|
|
Description=Setup audio environment for xvf3510
|
|
After=systemd-modules-load.service
|
|
Requires=systemd-modules-load.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=xvf3510-start
|
|
ExecStop=xvf3510-stop
|
|
RemainAfterExit=True
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|