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

post_install() {
  systemd-sysusers /usr/lib/sysusers.d/telegraf.conf
  systemd-tmpfiles --create /usr/lib/tmpfiles.d/telegraf.conf
  install -d -m 755 -o telegraf -g telegraf /var/log/telegraf
}