]> gitweb.pimeys.fr Git - bots/helixbot.git/commitdiff
Wrong pidfile
authorVincent Le Gallic <legallic@crans.org>
Thu, 9 Apr 2015 16:35:42 +0000 (18:35 +0200)
committerVincent Le Gallic <legallic@crans.org>
Thu, 9 Apr 2015 16:35:42 +0000 (18:35 +0200)
helixbot.py

index 6ea8572b1af7a4185fb9e1a83e9cd15c348c1c63..ae10d2832618dfbb18cb837c63825625171d7f32 100755 (executable)
@@ -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"]: