mtce: fix a typo in the patch
Fix a typo in the patch: systemctll -> systemctl This fixes collectd not starting correctly. Closes-Bug: 1897667 Change-Id: Ie7669230c67a746638372c147307af9496633ae1 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
parent
5951815645
commit
8f842934b6
@ -7,7 +7,7 @@ index 7b5977d..c1d01b5 100644
|
||||
ilog ("Service:%s\n", ptr->service ? ptr->service : "unknown");
|
||||
|
||||
- #define SYSTEMCTL_CMD "/usr/bin/systemctl"
|
||||
+ #define SYSTEMCTL_CMD "/bin/systemctll"
|
||||
+ #define SYSTEMCTL_CMD "/bin/systemctl"
|
||||
#define RESTART_CMD "restart"
|
||||
#define START_CMD "start"
|
||||
if ( get_ctrl_ptr()->recovery_method == PMOND_RECOVERY_METHOD__SYSTEMD )
|
||||
|
Loading…
Reference in New Issue
Block a user