mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 14:37:14 +08:00
13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/ntpd.pid
|
|
EnvironmentFile=/etc/conf.d/ntpd.conf
|
|
ExecStart=/usr/bin/ntpd $NTPD_ARGS -p /run/ntpd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|