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