Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-28 Thread Lennart Poettering
On Tue, 28.10.14 21:17, WaLyong Cho (walyong@samsung.com) wrote: > On 10/28/2014 07:22 PM, Lennart Poettering wrote: > > On Tue, 28.10.14 12:09, WaLyong Cho (walyong@samsung.com) wrote: > > > >>> The AccuracySec= and WakeSystem= stuff I think we don't need to cover > >>> with a command li

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-28 Thread WaLyong Cho
On 10/28/2014 07:22 PM, Lennart Poettering wrote: > On Tue, 28.10.14 12:09, WaLyong Cho (walyong@samsung.com) wrote: > >>> The AccuracySec= and WakeSystem= stuff I think we don't need to cover >>> with a command line argument of its own, we can cover that with >>> --property=. >>> >> Rework is

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-28 Thread Lennart Poettering
On Tue, 28.10.14 12:09, WaLyong Cho (walyong@samsung.com) wrote: > > The AccuracySec= and WakeSystem= stuff I think we don't need to cover > > with a command line argument of its own, we can cover that with > > --property=. > > > Rework is almost done. Now I'm testing. But the AccuracySec= an

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-27 Thread WaLyong Cho
On 10/23/2014 12:56 AM, Lennart Poettering wrote: > On Tue, 07.10.14 14:20, WaLyong Cho (walyong@samsung.com) wrote: > >> If systemd-run is called with timer option, then systemd-run call >> NewTransientUnit with service unit. And also call StartTransientUnit >> with timer unit which has same

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-23 Thread Lennart Poettering
On Thu, 23.10.14 15:25, WaLyong Cho (walyong@gmail.com) wrote: > On 10/23/2014 12:56 AM, Lennart Poettering wrote: > >On Tue, 07.10.14 14:20, WaLyong Cho (walyong@samsung.com) wrote: > > > >>If systemd-run is called with timer option, then systemd-run call > >>NewTransientUnit with service

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-22 Thread WaLyong Cho
On 10/23/2014 12:56 AM, Lennart Poettering wrote: On Tue, 07.10.14 14:20, WaLyong Cho (walyong@samsung.com) wrote: If systemd-run is called with timer option, then systemd-run call NewTransientUnit with service unit. And also call StartTransientUnit with timer unit which has same name with

Re: [systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-22 Thread Lennart Poettering
On Tue, 07.10.14 14:20, WaLyong Cho (walyong@samsung.com) wrote: > If systemd-run is called with timer option, then systemd-run call > NewTransientUnit with service unit. And also call StartTransientUnit > with timer unit which has same name with the service. So actually, two > method call is

[systemd-devel] [PATCH 3/3] run: introduce timer support option

2014-10-06 Thread WaLyong Cho
If systemd-run is called with timer option, then systemd-run call NewTransientUnit with service unit. And also call StartTransientUnit with timer unit which has same name with the service. So actually, two method call is coming and two transient unit is generated. One is service and the other is ti