update README.md
This commit is contained in:
parent
36a71e51b9
commit
766fcad371
|
@ -1,3 +1,4 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [x.x.x] - unreleased
|
## [0.1.0]
|
||||||
|
- The first version is linked to the original [ModemManager](https://gitlab.freedesktop.org/mobile-broadband/ModemManager)
|
||||||
|
|
|
@ -21,3 +21,7 @@ After installing the dependencies, you just need to run the script `build.sh `an
|
||||||
```
|
```
|
||||||
gcc -Werror -Wall -Os src/*.c `pkg-config --libs --cflags mm-glib` -o mportlink
|
gcc -Werror -Wall -Os src/*.c `pkg-config --libs --cflags mm-glib` -o mportlink
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## To-Do
|
||||||
|
|
||||||
|
Currently, the utility is linked to the ModemManager server, through which the connected modems are identified. It is planned to disconnect from this server, as there is a problem with the capture of the device and the unavailability of using Asterisk.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Modem Port Link
|
Description=Modem Port Link
|
||||||
After=polkit.service
|
After=ModemManager.service
|
||||||
Requires=polkit.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/mportlink
|
ExecStart=/usr/bin/mportlink
|
||||||
|
|
Reference in New Issue