Skip to content

Commit

Permalink
Set the config file for the ZeroMQ proxy
Browse files Browse the repository at this point in the history
* TODO: This should be configurable via a command-line switch
  • Loading branch information
dnaeon committed Sep 3, 2013
1 parent c2bcd13 commit e0c2272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmpoller-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from vmpoller.core import VMPollerProxy

def main():
proxy = VMPollerProxy("/var/run/vmpoller-proxy.pid")
proxy.run()
proxy.run("/etc/vmpoller/vmpoller-proxy.conf")

if __name__ == '__main__':
main()

0 comments on commit e0c2272

Please sign in to comment.