blob: 051e91c14ad82b3d2de2934febb472594c637f3c [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
Lei YUf499a542017-07-04 10:02:28 +080014ExecStart=/usr/bin/env phosphor-timemanager
15SyslogIdentifier=phosphor-timemanager
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053016Type=dbus
17BusName={BUSNAME}
18
19[Install]
20WantedBy={SYSTEMD_DEFAULT_TARGET}