summaryrefslogtreecommitdiff
path: root/community/glusterfs/glusterfs.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/glusterfs/glusterfs.install')
-rw-r--r--community/glusterfs/glusterfs.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/glusterfs/glusterfs.install b/community/glusterfs/glusterfs.install
new file mode 100644
index 000000000..19f4ec4d6
--- /dev/null
+++ b/community/glusterfs/glusterfs.install
@@ -0,0 +1,7 @@
+post_install() {
+ systemd-tmpfiles --create glusterfs.conf
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create glusterfs.conf
+}