diff --git a/plugins/apache/index.py b/plugins/apache/index.py index 359c46a49..61c7431c5 100755 --- a/plugins/apache/index.py +++ b/plugins/apache/index.py @@ -285,9 +285,6 @@ def start(): def stop(): r = restyOp('stop') - pid_file = getPidFile() - if os.path.exists(pid_file): - os.remove(pid_file) return r