Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/networking/linux-static-ip-configuration.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ From the Linode, `ping` each of the default gateways listed on the "Remote Acces
ping 12.34.56.1 ping 12.34.56.1
ping 98.76.54.1 ping 98.76.54.1


### Arch Linux ### Arch Linux & Fedora 21




Networking on Arch Linux is configured using the `systemd-networkd` service. Networking on Arch Linux and Fedora 21 is configured using the `systemd-networkd` service.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pedantry: is configured is false (or misleading/inaccurate), because you really can do whatever you want. I don't consider adjusting this wording to be in-scope of what I'm fixing, however.



The configuration file for systemd-networkd should be created in `/etc/systemd/network`. The configuration file for systemd-networkd should be created in `/etc/systemd/network`.


Expand Down