System services#
CineMate owns four long-running services and one maintenance timer. It also depends on a fifth unit it does not own, redis-server, which the installer enables — six systemd units in all. See also The CineMate stack explained.
cinemate-autostart.service#
Autostarts CineMate on boot.
Single-instance enforcement#
Only one instance of CineMate can run at a time. If you start cinemate while the service (or a previous manual session) is already running, the new instance automatically sends a graceful stop signal to the existing one, waits up to 5 seconds for it to exit cleanly, then proceeds with its own startup.
You can type cinemate in an SSH session at any time to restart the app — even if it is already running via the autostart service.
storage-automount.service#
Watches for removable drives and mounts them automatically. The accompanying Python script reacts to udev events and the CFE-HAT eject button.
Compatible filesystems are ext4, ntfs and exfat. Partitions labelled RAW are mounted at /media/RAW; any other label is mounted under /media/<LABEL> after sanitising the name. This applies to USB SSDs, NVMe drives and the CFE-HAT slot.
wifi-hotspot.service#
Keeps a small access point running with the help of NetworkManager so you can always reach the web interface. The SSID and password are read from /home/pi/cinemate/settings.jsonc under system.wifi_hotspot. Runs independently of cinemate-autostart.service so the hotspot stays active even if CineMate is stopped.
cinemate-recovery.service#
A standalone web console on cinepi.local:8080 for diagnosing and repairing a CineMate not starting properly.
redis-log-maintenance.timer#
Helper that keeps /var/log/redis/redis-server.log from filling the Pi root filesystem.