chiark / gitweb /
Fixed spurious failure with Interrupted system call; Fixed race when fd closed at...
[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