mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-17 04:40:41 +08:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/etc/init.d/quickstart enable
|
|
/etc/init.d/quickstart start
|
|
|
|
exit 0 |