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'." }