Richard Marian Thomaiyar | 7a36277 | 2019-06-16 19:11:35 +0530 | [diff] [blame^] | 1 | [Unit] |
2 | Description=Phosphor U-Boot environment manager | ||||
3 | |||||
4 | [Service] | ||||
5 | Restart=always | ||||
6 | RestartSec=2 | ||||
7 | ExecStart=/usr/bin/phosphor-u-boot-env-mgr | ||||
8 | StartLimitInterval=0 | ||||
9 | Type=dbus | ||||
10 | BusName=xyz.openbmc_project.U_Boot.Environment.Manager | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=basic.target |