Skip to content

Commit

Permalink
[packaging][centos] Improve service (systemd + init script) (#3477)
Browse files Browse the repository at this point in the history
* Make agent service depend on fs and net services

This should hopefully ensure that the agent doesn't start too early in
the system startup process.

* Move systemd service files up one directory

They're common to debian/centos/suse now.
  • Loading branch information
olivielpeau authored Aug 18, 2017
1 parent c49c764 commit 6ff8900
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/centos/datadog-agent.init
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# Provides: datadog-agent
# Short-Description: Start and start datadog-agent
# Description: datadog-agent is the monitoring agent component for Datadog
# Required-Start:
# Required-Stop:
# Required-Start: $remote_fs $network
# Required-Stop: $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6ff8900

Please sign in to comment.