Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorel committed Jul 11, 2019
1 parent 45b76bf commit 641eaca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ See `exemple.service` for an exemple usage.
Network Manager might not guess the metered connection status. If so, use the following to mark a connection as metered:

```
# shell> nmcli con edit <connection-name>
# nmcli> set connection.metered yes
# nmcli> save
# nmcli> quit
$ nmcli con modify <connection-name> connection.metered yes
```

## How does it work ?
Expand All @@ -52,8 +49,12 @@ Support other connection managers

Display better logs

Package it
Package it (AUR)

Manage multiple connections

Disable metered verification through a service

Directly hook DBUS to systemd service

Use systemd target to start/stop services ?

0 comments on commit 641eaca

Please sign in to comment.