Skip to content

Overview

This directory contains various useful services that automate common tasks, improve workflow efficiency, and simplify system management.

Installation & Usage

Each service is self-contained and has its own installation and uninstallation scripts. Navigate to the service directory and run its install.sh script. For example:

cd services/auto-commit
./install.sh

Managing Installed Services

Once installed, services run automatically.
To check a running service, replace service_name with the systemd unit name:

sudo systemctl status service_name

To restart a service:

sudo systemctl restart service_name