blob: e819e35ac4714c17d4b353ec7c2304226268a5b8 [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
Brad Bishopbd4ca4a2017-10-19 15:48:39 -04007Wants=mapper-wait@-xyz-openbmc_project-state-host0.service
8After=mapper-wait@-xyz-openbmc_project-state-host0.service
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +05309
10[Service]
11Restart=always
Lei YUf499a542017-07-04 10:02:28 +080012ExecStart=/usr/bin/env phosphor-timemanager
13SyslogIdentifier=phosphor-timemanager
Vishwanatha Subbanna78bc5422016-11-10 21:52:46 +053014Type=dbus
15BusName={BUSNAME}
16
17[Install]
18WantedBy={SYSTEMD_DEFAULT_TARGET}