From 00423e93d056c258a4bafe9b45bdd29075b53c86 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sat, 11 Aug 2018 13:01:50 -0400 Subject: [PATCH] Fix location of the xcatpostinit script --- xCAT/postscripts/xcatpostinit.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/xcatpostinit.service b/xCAT/postscripts/xcatpostinit.service index 4f1f57e4d..e7e564360 100755 --- a/xCAT/postscripts/xcatpostinit.service +++ b/xCAT/postscripts/xcatpostinit.service @@ -4,8 +4,8 @@ After=network.target rsyslog.service [Service] Type=oneshot -ExecStart=/opt/xcat/xcatpostinit start -ExecStop=/opt/xcat/xcatpostinit stop +ExecStart=/etc/init.d/xcatpostinit start +ExecStop=/etc/init.d/xcatpostinit stop RemainAfterExit=yes [Install]