e179ec2fae
- Why I did it Group all SONiC services together and able to manage them together. Will be used in config reload command as much simpler and generic way to restart services. - How I did it Add services to sonic.target - How to verify it Together with Azure/sonic-utilities#1199 config reload -y Signed-off-by: Stepan Blyshchak <stepanb@nvidia.com>
19 lines
418 B
Desktop File
19 lines
418 B
Desktop File
[Unit]
|
|
Description=Network Time Service
|
|
Documentation=man:ntpd(8)
|
|
After=network.target
|
|
Conflicts=systemd-timesyncd.service
|
|
BindsTo=sonic.target
|
|
After=sonic.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=forking
|
|
# Debian uses a shell wrapper to process /etc/default/ntp
|
|
# and select DHCP-provided NTP servers if available
|
|
ExecStart=/usr/lib/ntp/ntp-systemd-wrapper
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|