X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Ffiles%2F0003-sysinv-agent-remove-legacy-pid-directory.patch;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Ffiles%2F0003-sysinv-agent-remove-legacy-pid-directory.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=b0802d4190daa62341ba03b2c3a5d5ab6bb83d25;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-config/files/0003-sysinv-agent-remove-legacy-pid-directory.patch b/meta-starlingx/meta-stx-flock/stx-config/files/0003-sysinv-agent-remove-legacy-pid-directory.patch deleted file mode 100644 index b0802d4..0000000 --- a/meta-starlingx/meta-stx-flock/stx-config/files/0003-sysinv-agent-remove-legacy-pid-directory.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/sysinv/sysinv-agent/sysinv-agent.conf b/sysinv/sysinv-agent/sysinv-agent.conf -index 46afac67b..aad37576c 100644 ---- a/sysinv/sysinv-agent/sysinv-agent.conf -+++ b/sysinv/sysinv-agent/sysinv-agent.conf -@@ -1,6 +1,6 @@ - [process] - process = sysinv-agent --pidfile = /var/run/sysinv-agent.pid -+pidfile = /run/sysinv-agent.pid - script = /etc/init.d/sysinv-agent - style = lsb ; ocf or lsb - severity = major ; minor, major, critical -diff --git a/sysinv/sysinv-agent/sysinv-agent.service b/sysinv/sysinv-agent/sysinv-agent.service -index cb8663f68..37c2c221e 100644 ---- a/sysinv/sysinv-agent/sysinv-agent.service -+++ b/sysinv/sysinv-agent/sysinv-agent.service -@@ -9,7 +9,7 @@ Type=forking - RemainAfterExit=yes - ExecStart=/etc/init.d/sysinv-agent start - ExecStop=/etc/init.d/sysinv-agent stop --PIDFile=/var/run/sysinv-agent.pid -+PIDFile=/run/sysinv-agent.pid - - [Install] - WantedBy=multi-user.target