Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | dispatcher-connection: new dispatcher for connection status scripts | Aleksander Morgado | |
The user or the packages can install custom dispatcher scripts that will be run by the ModemManaer daemon itself upon bearer connection status updates. Scripts installed by users should go into the /etc/ModemManager/connection.d directory. Scripts installed by packages should go into the /usr/lib/ModemManager/connection.d directory. The name of the script will specify the order how it's run, so it's suggested to name them with a numeric prefix, e.g. "99-something". |