diff --git a/userpatches/overlay/etc/systemd/system/alsa_2_network_rx.service b/userpatches/overlay/etc/systemd/system/alsa_2_network_rx.service index 0d4f81b..830be16 100644 --- a/userpatches/overlay/etc/systemd/system/alsa_2_network_rx.service +++ b/userpatches/overlay/etc/systemd/system/alsa_2_network_rx.service @@ -3,6 +3,7 @@ Description=alsa 2 network X6100 RX Before=systemd-user-sessions.service Before=lightdm.service Requires=amixer.service +Requires=x6100_app.service [Service] User=root diff --git a/userpatches/overlay/etc/systemd/system/alsa_2_pulse.service b/userpatches/overlay/etc/systemd/system/alsa_2_pulse.service index 1311d86..871321c 100644 --- a/userpatches/overlay/etc/systemd/system/alsa_2_pulse.service +++ b/userpatches/overlay/etc/systemd/system/alsa_2_pulse.service @@ -3,6 +3,8 @@ Description=alsa 2 pulseaudio Before=systemd-user-sessions.service Before=lightdm.service Requires=pulseaudio_system.service +Requires=amixer.service +Requires=x6100_app.service [Service] User=root