2022-01-21 18:42:16 +08:00

6 lines
78 B
Bash
Executable File

#!/bin/sh
/etc/init.d/quickstart enable
/etc/init.d/quickstart start
exit 0