Как на AndroidTV приставке автоматом при включении поднимать wireguard туннель? Пробовал создать сценарий в init.d
am broadcast -a com.wireguard.android.action.SET_TUNNEL_UP -n 'com.wireguard.android/.model.TunnelManager$IntentReceiver' -e tunnel tun1
При включении ошибка:
not allowed to start service intent app is in background
Если ручками ввести в терминале
am broadcast -a com.wireguard.android.action.SET_TUNNEL_UP -n 'com.wireguard.android/.model.TunnelManager$IntentReceiver' -e tunnel tun1
, то туннель поднмается.