From 37fe44fdb8be52946740f97ec7cdfd65c0c78747 Mon Sep 17 00:00:00 2001 From: Kengo Takahara Date: Mon, 31 Jul 2017 15:56:10 +0900 Subject: [PATCH] Remove an extra word in process_list.yaml.sample This patch removes an extra word in process_list.yaml.sample. Change-Id: I5a2fb99e408a97dd65af725846bbdbf0a83460fd Closes-Bug: #1707579 --- etc/masakarimonitors/process_list.yaml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/masakarimonitors/process_list.yaml.sample b/etc/masakarimonitors/process_list.yaml.sample index 0ca6be9..63e1bf4 100644 --- a/etc/masakarimonitors/process_list.yaml.sample +++ b/etc/masakarimonitors/process_list.yaml.sample @@ -26,7 +26,7 @@ start_command: systemctl start nova-compute pre_start_command: post_start_command: - restart_command: systemctl restart service nova-compute + restart_command: systemctl restart nova-compute pre_restart_command: post_restart_command: run_as_root: True