lnlidawei

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  430 随笔 :: 1 文章 :: 3 评论 :: 21万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

 

systemd.syntax  文档

 

 

 

[root@rockylinux docs]# man  systemd.syntax 

 

SYSTEMD.SYNTAX(7)                                   systemd.syntax                                  SYSTEMD.SYNTAX(7)

NAME
       systemd.syntax - General syntax of systemd configuration files

INTRODUCTION
       This page describes the basic principles of configuration files used by systemd(1) and related programs for:

       ·   systemd unit files, see systemd.unit(5), systemd.service(5), systemd.socket(5), systemd.device(5),
           systemd.mount(5), systemd.automount(5), systemd.swap(5), systemd.target(5), systemd.path(5),
           systemd.timer(5), systemd.slice(5), systemd.scope(5)

       ·   daemon config files, see systemd-system.conf(5), systemd-user.conf(5), logind.conf(5), journald.conf(5),
           journal-remote.conf(5), journal-upload.conf(5), systemd-sleep.conf(5), timesyncd.conf(5)

       The syntax is inspired by XDG Desktop Entry Specification[1] .desktop files, which are in turn inspired by
       Microsoft Windows .ini files.

       Each file is a plain text file divided into sections, with configuration entries in the style key=value. Empty
       lines and lines starting with "#" or ";" are ignored, which may be used for commenting.

       Lines ending in a backslash are concatenated with the following line while reading and the backslash is
       replaced by a space character. This may be used to wrap long lines. The limit on line length is very large
       (currently 1 MB), but it is recommended to avoid such long lines and use multiple directives, variable
       substitution, or other mechanism as appropriate for the given file type.

       Example 1.

           [Section A]
           KeyOne=value 1
           KeyTwo=value 2

           # a comment

           [Section B]
           Setting="something" "some thing" "..."
           KeyTwo=value 2 \
                  value 2 continued

       Various settings are allowed to be specified more than once, in which case the interpretation depends on the
       setting. Often, multiple settings form a list, and setting to an empty value "resets", which means that
       previous assignments are ignored. When this is allowed, it is mentioned in the description of the setting.
       Note that using multiple assignments to the same value makes the file incompatible with parsers for the XDG
       .desktop file format.

NOTES
        1. XDG Desktop Entry Specification
           http://standards.freedesktop.org/desktop-entry-spec/latest/

systemd 239                                                                                         SYSTEMD.SYNTAX(7)

  

posted on   lnlidawei  阅读(55)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· AI与.NET技术实操系列(六):基于图像分类模型对图像进行分类
点击右上角即可分享
微信分享提示