Guest User

Untitled

a guest
May 17th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. # collectd's exec plugin was writing a bunch of
  3. # "Success: 1 value has been dispatched." to stdout
  4. # so we'll just ignore it since we ask collectd to
  5. # write to syslog anyway [Garret, 2009-12-08]
  6. exec >/dev/null 2>&1
  7. exec /opt/collectd/sbin/collectd -f -C /opt/collectd/etc/collectd.conf
Add Comment
Please, Sign In to add comment