Revision Date Author Comments
# a3b59bc1 26-May-2022 Brad Bishop <bradleyb@fuzziesquirrel.com>

systemd: use qualified path

Fix a documented anti-pattern:
https://github.com/openbmc/docs/blob/master/anti-patterns.md#use-of-usrbinenv-in-systemd-service-files

Signed-off-by: Brad Bishop <bradley

systemd: use qualified path

Fix a documented anti-pattern:
https://github.com/openbmc/docs/blob/master/anti-patterns.md#use-of-usrbinenv-in-systemd-service-files

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I3ba0e5a53d711c7143cbabb3559e3bf9480af7e2

show more ...


# 9c02e7ec 06-May-2021 William A. Kennington III <wak@google.com>

service: Fix binary name

The meson build uses phosphor-time-manager instead of
phosphor-timemanager now.

Change-Id: I29a26ecc0cba8d9756e2c652bfbd2301627e6ae3
Signed-off-by:

service: Fix binary name

The meson build uses phosphor-time-manager instead of
phosphor-timemanager now.

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

show more ...


# 6fa227f4 06-May-2021 William A. Kennington III <wak@google.com>

service: Remove waiting on host

Not all of our machines have hosts, and this daemon shouldn't need to
wait for a service that it doesn't directly depend on.

Change-Id: I703282c3

service: Remove waiting on host

Not all of our machines have hosts, and this daemon shouldn't need to
wait for a service that it doesn't directly depend on.

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

show more ...


# f901e9ce 02-Feb-2021 Ratan Gupta <ratagupt@linux.vnet.ibm.com>

Move service file into its own repo

Move the service file for phosphor-time-manager from the bitbake recipe to
the source repository.

There is no need of making the root object

Move service file into its own repo

Move the service file for phosphor-time-manager from the bitbake recipe to
the source repository.

There is no need of making the root object path and
the busname as configurable variable,Hence this commit
also removes those configure variables.

Tested: Service file were getting installed where expected.

Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com>
Change-Id: Ib297b4a1b35400ce34962b1bdaa59c6441f24b19

show more ...