diff options
| author | Xavier Del Campo <xavi.dcr@tutanota.com> | 2022-04-09 12:35:44 +0200 |
|---|---|---|
| committer | Xavier Del Campo <xavi.dcr@tutanota.com> | 2022-04-09 12:52:11 +0200 |
| commit | 1ed167f237fbc54c6383f75732dbde7db06df9a2 (patch) | |
| tree | 81566b3b4d1c90c382c0df2c347f0dc4f8c320dd /README.md | |
| download | modem-restart-1ed167f237fbc54c6383f75732dbde7db06df9a2.tar.gz | |
First commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dced165 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |
