Re: [systemd-devel] [PATCH v4 2/4] timer: timer can be a transient unit

2014-12-03 Thread Lennart Poettering
On Tue, 02.12.14 23:29, WaLyong Cho (walyong@samsung.com) wrote: > --- > src/core/dbus-timer.c | 159 > ++ > src/core/dbus-timer.h | 3 + > src/core/timer.c | 4 ++ > 3 files changed, 166 insertions(+) > > diff --git a/src/core/dbus-t

[systemd-devel] [PATCH v4 2/4] timer: timer can be a transient unit

2014-12-02 Thread WaLyong Cho
--- src/core/dbus-timer.c | 159 ++ src/core/dbus-timer.h | 3 + src/core/timer.c | 4 ++ 3 files changed, 166 insertions(+) diff --git a/src/core/dbus-timer.c b/src/core/dbus-timer.c index f1f8c54..e916f5a 100644 --- a/src/core/dbus-timer.