[systemd-devel] sshd.service fails on boot when primary listener is a bridge (br0) instead of real interface (eth0). What dependency is needed?

Lennart Poettering lennart at poettering.net
Sun Apr 12 11:06:25 PDT 2015


On Fri, 10.04.15 15:52, lyndat3 at your-mail.com (lyndat3 at your-mail.com) wrote:

> My /etc/systemd/system/sshd.service has a
> 
>   After=network-online.target
> 
> dependency.
> 
> When my ethernet interface, eno1, is the primary 'net listener,
> 
> 	cat /etc/sysconfig/network/ifcfg-eno1
> 		STARTMODE='auto'  
> 		BOOTPROTO='static'
> 		IPADDR='192.168.1.1/24'

This looks like Fedora/Red Hat initscripts networking? 

If so, please file a bug against the initscripts package. It's up to
the networking management solution to fill network-line.target with
something useful, and in your case that appears to be the initscripts
implementation.

systemd just provides the the name network-ionline.target really.

Lennart

-- 
Lennart Poettering, Red Hat


More information about the systemd-devel mailing list