ソースを参照

Merge "Insert a new line before a section name"

atp-proxy
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 }}

読み込み中…
キャンセル
保存