Project

General

Profile

Task #7283

Updated by Nico Schottelius over 4 years ago

* host/main.py: do not hard code /var/vm -> read this from a key in etcd 
 ** Not sure if we want to use threading or multiprocess - I'd say the latter is probably easier 
 * don't just call main(), protect it by if __name__ == '__main__'!

Back