blob: dced16517d82543f2c0c508de15d94af52acec48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# `modem-restart`
## Overview
This repository defines a `systemd` service that, as a workaround,
automatically restarts `eg25-manager` each time the modem crashes.
While a big effort is being made to improve modem stability, it
still crashes from time to time, specially if CPU suspend is used.
## Dependencies
- `lsusb`
- `eg25-manager`
- `systemd`
## Installation
```sh
# cp modem-restart.service /etc/systemd/system/
# cp modem-restart /usr/local/bin
# systemctl enable modem-restart.service
```
|