Guest User

Untitled

a guest
Feb 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [Unit]
  2. Description=mackerel-agent
  3.  
  4. [Service]
  5. Type=simple
  6. WorkingDirectory=/etc/mackerel-agent
  7. ExecStart=/etc/mackerel-agent/mackerel-agent --conf=/etc/mackerel-agent/mackerel-agent.conf
  8. TimeoutStopSec=5
  9. StandardOutput=null
  10. User=root
  11. Group=root
  12.  
  13. [Install]
  14. WantedBy = multi-user.target
Add Comment
Please, Sign In to add comment