blob: b29460885b43c18b21e2fdfc63b77558eb09e81e [file] [log] [blame]
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +05301[Unit]
2Description=Phosphor Time Manager daemon
Deepak Kodihallie153aeb2017-07-25 10:14:28 -05003Wants=mapper-wait@-xyz-openbmc_project-time-owner.service
4After=mapper-wait@-xyz-openbmc_project-time-owner.service
5Wants=mapper-wait@-xyz-openbmc_project-time-sync_method.service
6After=mapper-wait@-xyz-openbmc_project-time-sync_method.service
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +05307Wants=mapper-wait@-org-openbmc-NetworkManager-Interface.service
8After=mapper-wait@-org-openbmc-NetworkManager-Interface.service
Brad Bishope731fa72017-02-24 13:30:29 -05009Wants=mapper-wait@-org-openbmc-control-power0.service
10After=mapper-wait@-org-openbmc-control-power0.service
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053011
12[Service]
13Restart=always
14ExecStart={sbindir}/timemanager
15Type=dbus
16BusName={BUSNAME}
17
18[Install]
19WantedBy={SYSTEMD_DEFAULT_TARGET}