| 64 |
|
|
| 65 |
/usr/local/lbbs/utils/conf/db_conn.inc.php |
/usr/local/lbbs/utils/conf/db_conn.inc.php |
| 66 |
|
|
| 67 |
|
7) Generate menu configuration file with section data by running the script |
| 68 |
|
|
| 69 |
|
sudo -u bbs php /usr/local/lbbs/utils/bin/gen_section_menu.php |
| 70 |
|
|
| 71 |
6) Startup |
6) Startup |
| 72 |
|
|
| 73 |
/usr/local/lbbs/bin/bbsd |
sudo /usr/local/lbbs/bin/bbsd |
| 74 |
|
|
| 75 |
|
7) Set up systemd |
| 76 |
|
|
| 77 |
|
Create your own /usr/lib/systemd/system/lbbs.service from the sample at conf/lbbs.service.default, and make any change if necessary. Please note that the startup argument "-f" with bbsd should be used in systemd notify mode. |
| 78 |
|
|
| 79 |
|
Run the following bash command to startup the service: |
| 80 |
|
|
| 81 |
|
sudo systemctl daemon-reload |
| 82 |
|
|
| 83 |
|
sudo systemctl start lbbs |
| 84 |
|
|