NetworkManager doesn't start on boot

Matthew Miller mattdm at mattdm.org
Tue Feb 8 19:31:52 UTC 2011


On Tue, Feb 08, 2011 at 11:04:41AM +0100, Lennart Poettering wrote:
> > > Hmm, is it even enabled? Try "systemctl is-enabled NetworkManager.service ; echo $?" ?
> >         # systemctl is-enabled NetworkManager.service ; echo $?
> >         1
> So, it isn't enabled. A zero exit code means it is enabled, a non-zero
> exit code means it isn't. (that's normal unix logic, even if it appears
> reversed)

For that reason, a better command to give people might be:;

systemctl is-enabled NetworkManager.service && echo yes

-- 
Matthew Miller <mattdm at mattdm.org>
Senior Systems Architect -- Instructional & Research Computing Services
Harvard School of Engineering & Applied Sciences


More information about the devel mailing list