1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-03 19:19:50 +01:00
j1nx 3403e4a22c Add xvf3510 additional files and scripts from Ake his systemd repo
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.
2021-04-15 10:57:37 +02:00

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