summarylogtreecommitdiffstats
path: root/telegraf.install
blob: 1424e617892c2d2d62d7920cb606082d2075f5f7 (plain)
1
2
3
4
5
6
7
8
9
#/bin/sh

# arg 1:  the new package version
post_install() {
  systemd-sysusers telegraf.conf
}

# vim:set ts=2 sw=2 et: