There's no need to call getpwuid/getpwnam_r 5 times. Do it once before chroot, once...
[util-vserver.git] / python / bwlimit
1 #!/usr/bin/python
2
3 import bwlimit
4
5 if __name__ == '__main__':
6     bwlimit.main()