FoolFuuka/Start

From Bibliotheca Anonoma
Revision as of 04:28, 2 January 2019 by Antonizoon (talk | contribs) (Created page with "We should start using systemd instead of screen, but here is the procedure in case you have a system without systemd (such as Ubuntu 14.04 LTS) == Boot Procedure == /etc/rc....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

We should start using systemd instead of screen, but here is the procedure in case you have a system without systemd (such as Ubuntu 14.04 LTS)

Boot Procedure

/etc/rc.local is ran, has some configurations for tokudb. It disables hugepages just in case a kernel update breaks it.

  • Startup script is /home/asagi/start.sh
    • Starts asagi (asagi)
    • Starts intel sharing & ban fetching for Desu (intel / bans)
    • Starts intel sharing & ban fetching for RBT (rintel / rbans)
    • Stats is disabled, but you can uncomment those (stats / rstats)

Restarting Asagi by screen sessions

The commands to start each service of FoolFuuka/Asagi are ordered by screen commands in the following file:

/home/asagi/start.sh

Find the screen session of the service you want to restart with htop or something. Then kill the process ID of it.