summarylogtreecommitdiffstats
path: root/bareos-storage-fifo.install
diff options
context:
space:
mode:
Diffstat (limited to 'bareos-storage-fifo.install')
-rw-r--r--bareos-storage-fifo.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/bareos-storage-fifo.install b/bareos-storage-fifo.install
new file mode 100644
index 000000000000..23cce62348ac
--- /dev/null
+++ b/bareos-storage-fifo.install
@@ -0,0 +1,4 @@
+## arg 1: the new package version
+post_install() {
+ chown root:bareos /etc/bareos/bareos-sd.d/device-fifo.conf
+}