You are not logged in.
Systemd 44-5
I have add network/networkmanager into the DAEMONS array of /etc/rc.conf
DAEMONS=(syslog-ng dbus network crond sshd)
But the network would not start automatically by systemd when arch boots.
I must "sudo rc.d start network" maually when I login.
Offline
Got the same problem.
You can fixed by enabling networkmanager manually with
systemctl enable NetworkManager.serviceNow it should start on the next boot.
Offline
Are you using initscripts-systemd package? If not, then it's not suprising. You should use the native systemd configuration instead.
Offline
What framas instructs _is_ doing it the native systemd way. The problem is that network.service doesn't start automatically. There's not even a single word about in the wiki - just about static network.
Last edited by algorythm (2012-04-14 15:28:50)
“Talent you can bloom. Instinct you can polish.” — Haikyuu!! (adapted)
“If everybody thought alike, no one would be thinking very much.” — Walter Lippmann (adapted)
“The important thing is to be able, at any moment, to sacrifice what we are for what we could become.” — Charles Dubois
Offline