Details
-
Type:
Bug
-
Status: Done (View Workflow)
-
Priority:
Low
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 12.0-BETA1
-
Component/s: None
-
Labels:None
Description
PR: https://github.com/freenas/freenas/pull/4941
This PR adds changes where we ship a systemd preset file indicating which services are enabled/disabled by default by us. Why this is necessary is because systemd defaults to enabling all services and on first boot, even though we disable them during `ix-etc` execution, the boot order remains unchanged and the services are running the first time. ( Point to note is that by default systemd enables all services, so it's not required to specify which services we mark as enabled in the preset file, it's just been done for consistency and transparency ).