From f03e184c78c2a78abd03e45a335262b945e24e12 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sun, 7 Oct 2012 20:28:42 -0500 Subject: [PATCH] Added default pidfile. --- plinth.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plinth.py b/plinth.py index 5cdce88e2..d2a3e3ed4 100755 --- a/plinth.py +++ b/plinth.py @@ -79,6 +79,8 @@ def parse_arguments(): args=parser.parse_args() if args.pidfile: cfg.pidfile = args.pidfile + else: + cfg.pidfile = "plinth.pid" if args.listen_exmachina_key: # this is where we optionally try to read in a shared secret key to # authenticate connections to exmachina