Lei YU | 9526acb | 2020-09-04 17:04:32 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Sync time from ME |
| 3 | Wants=ipmb.service |
| 4 | After=ipmb.service |
| 5 | |
Lotus Xu | 7851d4a | 2020-11-03 18:47:16 +0800 | [diff] [blame] | 6 | #ipmb may not ready for communication when |
| 7 | #me-time-sync start, add some retry |
Lei YU | 9526acb | 2020-09-04 17:04:32 +0800 | [diff] [blame] | 8 | [Service] |
Lotus Xu | 7851d4a | 2020-11-03 18:47:16 +0800 | [diff] [blame] | 9 | Type=simple |
| 10 | Restart=always |
| 11 | StartLimitInterval=90 |
| 12 | StartLimitBurst=5 |
Lei YU | 9526acb | 2020-09-04 17:04:32 +0800 | [diff] [blame] | 13 | ExecStart=/usr/bin/me-time-sync.sh |
Lotus Xu | 7851d4a | 2020-11-03 18:47:16 +0800 | [diff] [blame] | 14 | RemainAfterExit=yes |
| 15 | |
Lei YU | 9526acb | 2020-09-04 17:04:32 +0800 | [diff] [blame] | 16 | |
| 17 | [Install] |
| 18 | WantedBy=multi-user.target |