xref: /openbmc/phosphor-logging/dist/xyz.openbmc_project.Logging.service (revision 22e8695f58749679c2e1e73ca3a5448be1a1b3e0)
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