summarylogtreecommitdiffstats
path: root/prelude-correlator.install
blob: 15eef4606cc35ca7d3bd3e22f07619cf142da0bd (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  systemd-tmpfiles --create prelude-correlator.conf
  systemctl daemon-reload
}

post_upgrade() {
  systemd-tmpfiles --create prelude-correlator.conf
  systemctl daemon-reload
}