summarylogtreecommitdiffstats
path: root/bareos-filedaemon.install
blob: 60f03d6257c3748218229324586fc3087a206f2f (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_install() {
	/usr/lib/bareos/scripts/bareos-config initialize_local_hostname
	/usr/lib/bareos/scripts/bareos-config initialize_passwords

	chown root:bareos /etc/bareos/bareos-fd.conf
	chmod 640 /etc/bareos/bareos-fd.conf
}