Quellcode durchsuchen

Merge "Insert a new line before a section name"

atp-proxy
Ales Komarek vor 7 Jahren
Ursprung
Commit
4777318c73
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      linux/files/systemd.conf

+ 1
- 1
linux/files/systemd.conf Datei anzeigen

@@ -1,5 +1,5 @@
{%- from "linux/map.jinja" import system with context -%}
{%- for section, options in settings.iteritems() -%}
{%- for section, options in settings.iteritems() %}
[{{ section }}]
{%- for option, value in options.iteritems() %}
{{ option }}={{ value }}

Laden…
Abbrechen
Speichern