X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=launch;h=c7ff8e69825fbe50e2ede515b18ed7e22e429988;hb=ad6abade7a1da313f9ef36494d38a3a927a5aee2;hp=43fc0bc797dfc2cb84ab9cb38436432bf12a2ec7;hpb=e73aeec41c2065c852294253a8ed85a5d0958f76;p=mpd-sima.git diff --git a/launch b/launch index 43fc0bc..c7ff8e6 100755 --- a/launch +++ b/launch @@ -104,7 +104,7 @@ def main(): sima.foreground() except KeyboardInterrupt: logger.info('Caught KeyboardInterrupt, stopping') - sima.shutdown() + sys.exit(0) def run():