Matt Spinler | 522fe00 | 2018-03-28 12:59:43 -0500 | [diff] [blame] | 1 | [Unit] |
2 | Description=IBM Log Manager | ||||
3 | After=xyz.openbmc_project.Logging.service | ||||
4 | BindsTo=xyz.openbmc_project.Logging.service | ||||
5 | |||||
6 | [Service] | ||||
7 | ExecStart=/usr/bin/env ibm-log-manager | ||||
8 | SyslogIdentifier=ibm-log-manager | ||||
9 | Restart=always | ||||
10 | Type=dbus | ||||
11 | BusName={BUSNAME} | ||||
12 | |||||
13 | [Install] | ||||
14 | WantedBy=xyz.openbmc_project.Logging.service |