History log of /openbmc/phosphor-logging/phosphor-rsyslog-config/utils.hpp (Results 1 – 4 of 4)
Revision Date Author Comments
# e5e3a9cc 03-Apr-2019 William A. Kennington III <wak@google.com>

utils: restart: Fix restart bug

bc89289f48ce5e1c8e5c66e657a176a0cd881d39 introduced a regression in the
type signature of the RestartUnit call. The "replace" argument was
accidentall

utils: restart: Fix restart bug

bc89289f48ce5e1c8e5c66e657a176a0cd881d39 introduced a regression in the
type signature of the RestartUnit call. The "replace" argument was
accidentally deleted.

Change-Id: I44313997b8b72b7163ad8b43ed2b45a01cb54e44
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# bc89289f 01-Apr-2019 William A. Kennington III <wak@google.com>

utils: restart: Always restart service

If the service has hit its reset limit in systemd, calling RestartUnit
on the service will do nothing. This ensures that the service will try
a

utils: restart: Always restart service

If the service has hit its reset limit in systemd, calling RestartUnit
on the service will do nothing. This ensures that the service will try
and restart at least once after a configuration change, regardless of
whether or not it has failed in the past.

Change-Id: I28962fc4ef9da641d1d19b8e09450e40d76e9c27
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# f18bf836 26-Oct-2018 Patrick Venture <venture@google.com>

add .clang-format

Change-Id: I2c36b7886a25d0b235693b0776019d29608e1d52
Signed-off-by: Patrick Venture <venture@google.com>


# c4966192 23-Aug-2018 Deepak Kodihalli <dkodihal@in.ibm.com>

Add application to configure rsyslog

The application implements the xyz.openbmc_project.Network.Client D-Bus
interface to set a remote rsyslog server's address and port in the
rsyslo

Add application to configure rsyslog

The application implements the xyz.openbmc_project.Network.Client D-Bus
interface to set a remote rsyslog server's address and port in the
rsyslog config file.

This lets us configure rsyslog to be able to stream out logs.

TODO: Exception handling and validation will be handled in subsequent
commits.

Change-Id: I8917daab3f0de1806d2f1aafe99cb3a872f19184
Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>

show more ...