4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/sh
|
|
rc-update add rmtfs boot
|
|
rc-update add tqftpserv boot
|
|
rc-update add pd-mapper boot
|