1 2 3 4 5 6 7 8 9 10
#!/hint/sh post_install() { systemd-sysusers chown -R nshd:nshd /etc/nshd } post_upgrade() { post_install }