#!/usr/bin/python3

import sys

from procServUtils import conf, generator
generator.run(sys.argv[1], user=False)
