Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor OpenBMC DBus service management daemon | ||||
3 | |||||
4 | [Service] | ||||
Nan Li | 2d34352 | 2016-01-27 10:28:34 +0800 | [diff] [blame] | 5 | Restart=always |
Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 6 | Type=dbus |
7 | ExecStart=/usr/sbin/phosphor-mapper | ||||
Brad Bishop | 0239063 | 2016-06-09 01:26:47 -0400 | [diff] [blame] | 8 | BusName=org.openbmc.ObjectMapper |
Brad Bishop | ce08674 | 2015-10-27 17:12:45 -0400 | [diff] [blame] | 9 | |
10 | [Install] | ||||
11 | WantedBy=multi-user.target |