Skip to content

Commit d50c00c

Browse files
author
Ben Fuller
committed
remove pid file in drain
[#167384192]
1 parent 82e03e6 commit d50c00c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

33
killall trafficcontroller
4+
rm /var/vcap/sys/run/bpm/loggregator_trafficcontroller/loggregator_trafficcontroller.pid
45
echo 5
56
exit 0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

33
killall rlp
4+
rm /var/vcap/sys/run/bpm/reverse_log_proxy/reverse_log_proxy.pid
45
echo 60
56
exit 0

0 commit comments

Comments
 (0)