8 lines
131 B
Bash
Executable file
8 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# add the cryptobox startup script to /etc/rc?.d
|
|
update-rc.d cryptobox defaults 98
|
|
|
|
invoke-rc.d cryptobox restart
|
|
|
|
true
|