mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-22 22:57:38 +01:00
13 lines
205 B
SYSTEMD
13 lines
205 B
SYSTEMD
|
[Unit]
|
||
|
Description=Seeed Voicecard service
|
||
|
After=alsa-restore.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/start-seeed-voicecard.sh
|
||
|
User=root
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sysinit.target
|