A Linux application for monitoring your computer activity.
src | ||
install.sh | ||
README.md | ||
requirements.txt |
Deployment Instructions
-
Install Python and pip:
sudo apt-get update sudo apt-get install -y python3-pip
-
Clone the repository:
git clone https://github.com/yourusername/my_service.git cd my_service
-
Make the install script executable:
chmod +x install.sh
-
Run the install script to install dependencies and configure the service:
./install.sh
The service should now be installed, enabled to start on boot, and running.