14 lines
266 B
Desktop File
14 lines
266 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=IBM Log Manager
|
||
|
|
After=xyz.openbmc_project.Logging.service
|
||
|
|
BindsTo=xyz.openbmc_project.Logging.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStart=/usr/bin/ibm-log-manager
|
||
|
|
Restart=always
|
||
|
|
Type=dbus
|
||
|
|
BusName={BUSNAME}
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=xyz.openbmc_project.Logging.service
|