Skip to content

Instantly share code, notes, and snippets.

@miyako-ep
Created May 17, 2018 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miyako-ep/6251f4159e5bbf6a03e9954ede352c27 to your computer and use it in GitHub Desktop.
Save miyako-ep/6251f4159e5bbf6a03e9954ede352c27 to your computer and use it in GitHub Desktop.
mackerel-agentのunitファイル
[Unit]
Description=Run mackerel agent
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/mackerel-agent
Restart=always
[Install]
WantedBy=multi-user.target
RequiredBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment