Skip to content

Instantly share code, notes, and snippets.

@yuba
yuba / mackerel-agent.service
Last active August 29, 2015 14:23 — forked from nori-nori/gist:93f7a971d4e9bae9ac2c
fixed to require the network to be up.
[Unit]
Description=Mackerel Agent
After=network.target
[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/mackerel-agent
ExecStart=/usr/local/bin/mackerel-agent --root=/var/lib/mackerel-agent $OPTS
[Install]