Skip to content

Commit

Permalink
Remove protected file change
Browse files Browse the repository at this point in the history
  • Loading branch information
divyachandralekha committed Dec 11, 2024
1 parent 6517adb commit 68926e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/build_templates/init_cfg.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
{% do features.append(("eventd","disabled", false, "enabled")) %}
{%- elif include_system_eventd == "y" %}
{% do features.append(("eventd", "enabled", false, "enabled")) %}
{%- if include_stp == "y" %}{% do features.append(("stp", "enabled", false, "enabled")) %}{% endif %}
{%- endif %}
"FEATURE": {
{# delayed field if set, will start the feature systemd .timer unit instead of .service unit #}
Expand Down

0 comments on commit 68926e6

Please sign in to comment.