summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/datetime/phosphor-time-manager/xyz.openbmc_project.Time.Manager.service
blob: 362e06a91b8c41b69d71952755d05f8a5b8c4d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Phosphor Time Manager daemon
Wants=mapper-wait@-xyz-openbmc_project-time-owner.service
After=mapper-wait@-xyz-openbmc_project-time-owner.service
Wants=mapper-wait@-xyz-openbmc_project-time-sync_method.service
After=mapper-wait@-xyz-openbmc_project-time-sync_method.service
Wants=mapper-wait@-xyz-openbmc_project-state-host0.service
After=mapper-wait@-xyz-openbmc_project-state-host0.service

[Service]
Restart=always
ExecStart=/usr/bin/env phosphor-timemanager
SyslogIdentifier=phosphor-timemanager
Type=dbus
BusName={BUSNAME}

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud