This patch is used to add "[Install]" section to systemd unit file of ndctl-monitor. Therefore, users can set ndctl-monitor unit enable.
Signed-off-by: QI Fuli <[email protected]> --- ndctl/ndctl-monitor.service | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ndctl/ndctl-monitor.service b/ndctl/ndctl-monitor.service index 44f9326..342a1b1 100644 --- a/ndctl/ndctl-monitor.service +++ b/ndctl/ndctl-monitor.service @@ -5,3 +5,6 @@ Description=Ndctl Monitor Daemon Type=forking ExecStart=/usr/bin/ndctl monitor --daemon ExecStop=/bin/kill ${MAINPID} + +[Install] +WantedBy=multi-user.target -- 2.18.0 _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
