Re: [ndctl PATCH v12 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service

2018-07-13 Thread Verma, Vishal L
On Fri, 2018-07-13 at 19:05 +, Verma, Vishal L wrote: > On Fri, 2018-07-13 at 14:24 -0400, Masayoshi Mizuma wrote: > > Hi Qi, > > > > On 07/13/2018 11:54 AM, QI Fuli wrote: > > > This patch adds the systemd unit file for ndctl-monitor service. > > > The systemd unit directory can be

Re: [ndctl PATCH v12 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service

2018-07-13 Thread Verma, Vishal L
On Fri, 2018-07-13 at 14:24 -0400, Masayoshi Mizuma wrote: > Hi Qi, > > On 07/13/2018 11:54 AM, QI Fuli wrote: > > This patch adds the systemd unit file for ndctl-monitor service. > > The systemd unit directory can be configured by setting environment > > variable

Re: [ndctl PATCH v12 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service

2018-07-13 Thread Masayoshi Mizuma
Hi Qi, On 07/13/2018 11:54 AM, QI Fuli wrote: > This patch adds the systemd unit file for ndctl-monitor service. > The systemd unit directory can be configured by setting environment > variable "--with-systemd-unit-dir[=DIR]". > > A monitor daemon can be started as a system service: >#

[ndctl PATCH v12 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service

2018-07-13 Thread QI Fuli
This patch adds the systemd unit file for ndctl-monitor service. The systemd unit directory can be configured by setting environment variable "--with-systemd-unit-dir[=DIR]". A monitor daemon can be started as a system service: # systemctl start ndctl-monitor.service Signed-off-by: QI Fuli