✏️ 正在编辑: chrony.service
路径:
/lib/systemd/system/chrony.service
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
[Unit] Description=chrony, an NTP client/server Documentation=man:chronyd(8) man:chronyc(1) man:chrony.conf(5) Conflicts=systemd-timesyncd.service openntpd.service After=network.target [Service] Type=forking PIDFile=/run/chronyd.pid EnvironmentFile=-/etc/default/chrony # Starter takes care of special cases mostly for containers ExecStart=/usr/lib/systemd/scripts/chronyd-starter.sh $DAEMON_OPTS ExecStartPost=-/usr/lib/chrony/chrony-helper update-daemon PrivateTmp=yes ProtectHome=yes ProtectSystem=full [Install] Alias=chronyd.service WantedBy=multi-user.target
💾 保存文件
← 返回文件管理器