| 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 | ||||
| Ratan Gupta | f901e9c | 2021-02-03 09:04:59 +0530 | [diff] [blame] | 5 | |
| 6 | [Service] | ||||
| 7 | Restart=always | ||||
| 8 | ExecStart=/usr/bin/env phosphor-timemanager | ||||
| 9 | SyslogIdentifier=phosphor-timemanager | ||||
| 10 | Type=dbus | ||||
| 11 | BusName=xyz.openbmc_project.Time.Manager | ||||
| 12 | |||||
| 13 | [Install] | ||||
| 14 | WantedBy=multi-user.target | ||||