瀏覽代碼

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

Loading…
取消
儲存