> > > It looks like /etc/systemd/system/network@.service requires a gateway= > line, however, for a second interface I wont set another default. Is there > a standard way to so this, or do i have to copy network@.service to a new > name and remove the 'ip route add' line? > > Where this service unit file came from? Did you write it yourself? >
I had assumed it was part of systemd, but now i remember I copied it from a wiki that explained how to setup static networking. > > If it's a static network (meaning, the computer does not usually moves > physically), why don't you use a .network unit file (man 5 systemd.network)? > I'm converting my configs over to that now. Thanks.