summaryrefslogtreecommitdiff
path: root/community/glusterfs/glusterfs.install
blob: 19f4ec4d67e41ac7ce5f6d2293b3916b652ea82a (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-tmpfiles --create glusterfs.conf
}

post_upgrade() {
  systemd-tmpfiles --create glusterfs.conf
}