summarylogtreecommitdiffstats
path: root/icingadb.install
blob: c76845a1be0ad8a16048eb6ea4d5804dc80adc6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    /usr/bin/systemd-sysusers icingadb.conf
    post_upgrade
}

post_upgrade() {
    /usr/bin/chown -R icingadb /etc/icingadb
}

post_remove() {
    echo "You might want to consider removing both user and group 'icingadb'."
}