125
125
# if the server is run by an unprivileged user, he has to specify location of a config file where he has the rights to write,
126
126
# else he won't be able to save the configurations, or even to start the server...
128
rcfilepath = os.path.join(os.path.split(os.path.split(os.path.abspath(sys.argv[0]))[0])[0], 'etc', 'tinyerp-server.conf')
130
130
rcfilepath = os.path.expanduser('~/.terp_serverrc')