From: Vincent Le Gallic Date: Thu, 9 Apr 2015 16:35:42 +0000 (+0200) Subject: Wrong pidfile X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fhelixbot.git;a=commitdiff_plain;h=a7a31ca0de47656e145748426449fc8cc93a922a Wrong pidfile --- diff --git a/helixbot.py b/helixbot.py index 6ea8572..ae10d28 100755 --- a/helixbot.py +++ b/helixbot.py @@ -467,7 +467,7 @@ def main(): helix.start_as_daemon(outfile) else: # on enregistre le pid de basile - pidfile = "/var/run/bots/helix.pid" + pidfile = "/var/run/bots/helixbot.pid" for arg in sys.argv: arg = arg.split("=") if arg[0].strip('-') in ["pidfile"]: