Переглянути джерело

Merge "Insert a new line before a section name"

pull/128/head
Ales Komarek 7 роки тому
джерело
коміт
4777318c73
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      linux/files/systemd.conf

+ 1
- 1
linux/files/systemd.conf Переглянути файл

@@ -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 }}

Завантаження…
Відмінити
Зберегти