mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 16:08:42 +00:00
babd30364e
This is the commit before changing environment to PHP7.
8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/sh
|
|
|
|
service ntp start
|
|
|
|
su judger -c '~/judge_client/judge_client start'
|
|
|
|
exec bash
|