Services - jedimatt42/tipi GitHub Wiki

TIPI services on the PI

TIPI processes run under the linux service model.

Each service name starts with the prefix 'tipi'

Below is the list of services and their role in the system:

  • tipi.service - handle requests from the TI-99/4A
  • tipiboot.service - run-once configuration when the PI boots
  • tipimon.service - web-ui TIFILES meta data cache update daemon
  • tipisuper.service - elevated priviledge operations (reboot, halt, upgrade)
  • tipiwatchdog.service - monitors RESET pin from TIPI PCB and kills tipi.service when signalled, system then restarts tipi.service for us.
  • tipiweb.service - web-ui

These are managed with the linux systemctl utility.