Skip to content

Commit

Permalink
add ntp and http
Browse files Browse the repository at this point in the history
  • Loading branch information
Ella-0 committed May 10, 2023
1 parent 2ed5803 commit b17f909
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/conf.d/start.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mount
net
ntpd
1 change: 1 addition & 0 deletions etc/init.d/httpd/deps
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
net
2 changes: 2 additions & 0 deletions etc/init.d/httpd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec httpd -f -u http
2 changes: 2 additions & 0 deletions etc/init.d/ntpd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec ntpd -n -p pool.ntp.org

0 comments on commit b17f909

Please sign in to comment.