diff mbox series

[ndctl,RFC,3/3] ndctl: Makefile.am: make ndctl-monitor@.service in compiling

Message ID 20200225065225.121631-4-fj5788hd@fujitsu.com (mailing list archive)
State New, archived
Headers show
Series Enable to run multiple monitor daemons as system services | expand

Commit Message

Keisuke Sugita Feb. 25, 2020, 6:52 a.m. UTC
This patch is to make the new unit file "ndctl-moniotr@.service"
in the directory "/usr/lib/systemd/system/".

Signed-off-by: Keisuke Sugita <fj5788hd@fujitsu.com>
---
 ndctl/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ndctl/Makefile.am b/ndctl/Makefile.am
index 03c9bcc..74bf493 100644
--- a/ndctl/Makefile.am
+++ b/ndctl/Makefile.am
@@ -69,4 +69,5 @@  monitor_config_DATA = $(ndctl_monitorconf)
 
 if ENABLE_SYSTEMD_UNITS
 systemd_unit_DATA = ndctl-monitor.service
+systemd_unit_DATA = ndctl-monitor@.service
 endif