Skip to content

Commit

Permalink
docs: update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
md-irohas committed Jul 3, 2023
1 parent 7817c81 commit cad3446
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
### Configuration file
See rcap.toml.orig.
See [rcap.toml.orig](rcap.toml.orig).
### Systemd
Expand All @@ -108,10 +108,11 @@ Edit it and start/enable the service.
```sh
# Copy systemd's unit file to systemd's directory.
$ cp rcap.service.orig /etc/systemd/system/rcap.service
$ cp -vi rcap.service.orig /etc/systemd/system/rcap.service

# Edit the unit file.
$ vim /etc/systemd/system/rcap.service
...(edit)...

# Start the rcap service.
$ systemctl start rcap
Expand All @@ -133,6 +134,13 @@ reasons, so I do not implement this program as a daemon.
Use systemd or supervisord instead.
## Alternatives
- tcpdump
- tshark
- dumpcap
## License
MIT License ([link](https://opensource.org/licenses/MIT)).
Expand Down

0 comments on commit cad3446

Please sign in to comment.