remove api-url from unit file

- Patch incoming to the agent for it to discover API url (and other
  params) via kernel command line
This commit is contained in:
Jay Faulkner 2014-03-10 13:45:50 -07:00
parent 141938ec3f
commit ecf8732ce5

View File

@ -1,5 +1,5 @@
[Service]
ExecStart=/usr/bin/docker run -p 9999:9999 -privileged=true -v=/sys:/mnt/sys oemdocker /usr/local/bin/teeth-agent --api-url http://10.127.75.252:8081
ExecStart=/usr/bin/docker run -p 9999:9999 -privileged=true -v=/sys:/mnt/sys oemdocker /usr/local/bin/teeth-agent
Restart=always
[Install]