mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-12 17:40:09 +01:00
14 lines
257 B
SYSTEMD
14 lines
257 B
SYSTEMD
|
[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
|