summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/datetime/pch-time-sync/pch-time-sync.service
blob: bf4e2a30e6d754af6a06c0e026ce4911d2c27184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=PCH BMC time sync service
Conflicts=systemd-timesyncd.service
Requires=xyz.openbmc_project.EntityManager.service
After=xyz.openbmc_project.EntityManager.service

[Service]
Restart=always
RestartSec=10
ExecStart=/usr/bin/pch-time-sync
StartLimitInterval=0
Type=simple

[Install]
WantedBy=multi-user.target