xref: /openbmc/phosphor-logging/dist/xyz.openbmc_project.Logging.service (revision f9e3e26f7e15036c3421e5a396fa05cfd24a295a)
1[Unit]
2Description=Phosphor Log Manager
3
4[Service]
5ExecStart=/usr/bin/phosphor-log-manager
6Restart=always
7Type=dbus
8BusName=xyz.openbmc_project.Logging
9
10[Install]
11WantedBy=multi-user.target
12Alias=dbus-xyz.openbmc_project.Logging.service
13