Skip to content

Services

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
🔹 Run the install.sh script
🔹 Start using the service

Managing Installed Services

Once installed, services run automatically.
To check a running service:

sudo systemctl status service_name

To restart a service:

sudo systemctl restart service_name