#!/sbin/openrc-run
# SPDX-License-Identifier: MIT

command_background=yes
pidfile=/run/connection-recover.pid
command=/usr/bin/connection-recover

description="WWAN connection recovery service for Armadillo-IoT"

depend() {
        after modemmanager
}
