#!/hint/sh

post_install() {
	systemd-sysusers
	chown -R nshd:nshd /etc/nshd
}

post_upgrade() {
	post_install
}