chiark / gitweb /
Changed description.
[userv.git] / debian / postinst
1 #!/bin/sh
2 set -e
3 update-rc.d userv defaults 19 50
4 /etc/init.d/userv start >/dev/null