#!/usr/bin/env python
'''
Start the salt-master
'''

from salt.scripts import salt_master


if __name__ == '__main__':
    salt_master()
