cryptonas/DEBIAN/postinst

9 lines
131 B
Plaintext
Raw Normal View History

#!/bin/sh
# add the cryptobox startup script to /etc/rc?.d
2005-12-01 19:22:05 +01:00
update-rc.d cryptobox defaults 98
2005-12-01 20:20:36 +01:00
invoke-rc.d cryptobox restart
true