Skip to content

Commit

Permalink
Corrected abbreviated name 'dind' to 'dird'
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Mar 19, 2023
1 parent 8b35154 commit d999aae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Usage: ./docker-ingress-routing-daemon [--install [OPTIONS] | --uninstall | --he

#### Installing using systemd

To install via systemd, please see the example systemd unit at `etc/systemd/system/dind.service`, which should be copied to `/etc/systemd/system` or `/usr/local/lib/systemd/system` (according to your distribution), and modified to reflect your required arguments. As normal when installing a new systemd unit, run `systemctl daemon-reload`, then enable the unit by running `systemctl enable dind` and if needed start the unit by running `systemctl start dind`.
To install via systemd, please see the example systemd unit at `etc/systemd/system/dird.service`, which should be copied to `/etc/systemd/system` or `/usr/local/lib/systemd/system` (according to your distribution), and modified to reflect your required arguments. As normal when installing a new systemd unit, run `systemctl daemon-reload`, then enable the unit by running `systemctl enable dird` and if needed start the unit by running `systemctl start dird`.

### Uninstalling iptables rules

Expand Down
File renamed without changes.

0 comments on commit d999aae

Please sign in to comment.