This project contains a systemd service to monitor the status of Steam, and start/stop Makima accordingly.
- Start Makima at system boot up
- Stop Makima when Steam is started
- Restart Makima when Steam is stopped
Note: Makima should be available on your system as a systemd service.
You can install the service with manage-makima-runner.sh by running the following command.
./manage-makima-runner.sh installThis script will copy the files to the appropriate location and enable the systemd service.
You can check the service via systemctl
systemctl status makima-runner.serviceYou can uninstall the service and remove the related files via this command.
./manage-makima-runner.sh uninstall