From: QI Fuli <qi.fuli@jp.fujitsu.com> To: linux-nvdimm@lists.01.org Subject: [ndctl PATCH 4/4] ndctl, monitor: add [Install] Section to systemd unit file of ndctl-monitor Date: Tue, 7 Aug 2018 22:17:56 +0900 [thread overview] Message-ID: <20180807131756.23673-5-qi.fuli@jp.fujitsu.com> (raw) In-Reply-To: <20180807131756.23673-1-qi.fuli@jp.fujitsu.com> 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 <qi.fuli@jp.fujitsu.com> --- 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 Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm
next prev parent reply other threads:[~2018-08-07 13:18 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-08-07 13:17 [ndctl PATCH 0/4] Some fixups and improvements ndctl monitor QI Fuli 2018-08-07 13:17 ` [ndctl PATCH 1/4] ndctl, monitor: fix the lack of detection of invalid path of log file QI Fuli 2018-08-07 19:05 ` Masayoshi Mizuma 2018-08-08 1:01 ` Qi, Fuli 2018-08-07 13:17 ` [ndctl PATCH 2/4] ndctl, monitor: set default log destination to syslog if "--daemon" is specified QI Fuli 2018-08-07 19:30 ` Masayoshi Mizuma 2018-08-08 1:31 ` Qi, Fuli 2018-08-08 13:35 ` Masayoshi Mizuma 2018-08-08 15:59 ` Qi, Fuli 2018-08-08 16:24 ` Masayoshi Mizuma 2018-08-07 13:17 ` [ndctl PATCH 3/4] ndctl, monitor: add timestamp and pid to log messages in log_file() QI Fuli 2018-08-07 18:39 ` Masayoshi Mizuma 2018-08-08 0:54 ` Qi, Fuli 2018-08-08 1:24 ` Masayoshi Mizuma 2018-08-07 13:17 ` QI Fuli [this message] 2018-08-07 18:41 ` [ndctl PATCH 4/4] ndctl, monitor: add [Install] Section to systemd unit file of ndctl-monitor Masayoshi Mizuma 2018-08-10 20:42 ` [ndctl PATCH 0/4] Some fixups and improvements ndctl monitor Verma, Vishal L
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20180807131756.23673-5-qi.fuli@jp.fujitsu.com \ --to=qi.fuli@jp.fujitsu.com \ --cc=linux-nvdimm@lists.01.org \ --subject='Re: [ndctl PATCH 4/4] ndctl, monitor: add [Install] Section to systemd unit file of ndctl-monitor' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).