Ratan Gupta | f901e9c | 2021-02-03 09:04:59 +0530 | [diff] [blame^] | 1 | [Unit] |
| 2 | Description=Phosphor Time Manager daemon |
| 3 | Wants=mapper-wait@-xyz-openbmc_project-time-sync_method.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-time-sync_method.service |
| 5 | Wants=mapper-wait@-xyz-openbmc_project-state-host0.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-state-host0.service |
| 7 | |
| 8 | [Service] |
| 9 | Restart=always |
| 10 | ExecStart=/usr/bin/env phosphor-timemanager |
| 11 | SyslogIdentifier=phosphor-timemanager |
| 12 | Type=dbus |
| 13 | BusName=xyz.openbmc_project.Time.Manager |
| 14 | |
| 15 | [Install] |
| 16 | WantedBy=multi-user.target |