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 c5d2b5282f
commit 3b68e8d423
1 changed files with 1 additions and 1 deletions

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]