summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sample/pttbbs.conf3
-rw-r--r--sample/rc.local3
2 files changed, 5 insertions, 1 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index 73a324bd..67e696d9 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -84,7 +84,8 @@
//#define PRE_FORK 10
/* 若定義, 則由 shmctl utmpsortd 將 time(NULL) 寫入 SHM->GV2.e.now,
- 則不須每個 mbbsd都自己透過 time(NULL) 取得時間, 導致大量的 system call */
+ 則不須每個 mbbsd都自己透過 time(NULL) 取得時間, 導致大量的 system call.
+ 須要加跑 shmctl timed 來提供時間 */
//#define OUTTA_TIMER
/* 前進站畫面 */
diff --git a/sample/rc.local b/sample/rc.local
index d31a009a..96d2cb00 100644
--- a/sample/rc.local
+++ b/sample/rc.local
@@ -15,3 +15,6 @@
/home/bbs/bin/mbbsd 3009 &
/home/bbs/bin/mbbsd 3010 &
/usr/bin/su -fm bbsadm -c "/home/bbs/bin/shmctl utmpsortd"
+
+# 若您在 pttbbs.conf 中有開 OUTTA_TIMER 的話, 則須跑下面這行
+# /usr/bin/su -fm bbsadm -c "/home/bbs/bin/shmctl timed"