Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
add missing run command
Browse files Browse the repository at this point in the history
  • Loading branch information
shayts7 committed Feb 28, 2016
1 parent eb176ad commit 7e4cc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ExecStartPre=-/usr/bin/docker kill dd-agent
ExecStartPre=-/usr/bin/docker rm dd-agent

# DATADOG_API_KEY is systemd env var, we are set it when provisioning new CoreOS machine
ExecStart=/usr/bin/docker --name dd-agent -h %H \
ExecStart=/usr/bin/docker run --name dd-agent -h %H \
-v /var/run/docker.sock:/var/run/docker.sock -v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro -v /opt/dd-agent-conf.d:/conf.d:ro \
-e COREOS_PRIVATE_IPV4=${COREOS_PRIVATE_IPV4} \
Expand Down

0 comments on commit 7e4cc87

Please sign in to comment.