A recent evolution of the framework removed the reload of daemons by systemd at first boot. The evolution is good but the services would be broken at first boot. The commands
systemctl daemon-reload
systemctl restart sockets.target should be submitted at the end of the first boot process I'm not sure whether the following command should be issued or not
systemctl restart default.target
Environment
None
Activity
ronan Le Martret
July 6, 2017 at 9:25 AM
We should not "systemctl restart default.target" during the post install .
A recent evolution of the framework removed the reload of daemons by systemd at first boot.
The evolution is good but the services would be broken at first boot.
The commands
systemctl daemon-reload
systemctl restart sockets.target
should be submitted at the end of the first boot process
I'm not sure whether the following command should be issued or not
systemctl restart default.target