An open API service indexing awesome lists of open source software.

https://github.com/kumaarbalbir/mylogservice

A custom linux service based on python script, which sets up a file system watcher to monitor changes in a specified directory and logs these changes.
https://github.com/kumaarbalbir/mylogservice

linux-service python3

Last synced: 7 months ago
JSON representation

A custom linux service based on python script, which sets up a file system watcher to monitor changes in a specified directory and logs these changes.

Awesome Lists containing this project

README

          

### Custom Linux Service
- A simple python based custom linux service for keep logging the information to a log file whenever there is any resource changes inside a directory.
- To install run `sudo make install` and then enable it by `sudo systemctl enable mylogservice` and then to start the service run `sudo systemctl start mylogservice`
- To uninstall run `sudo make uninstall` and to stop the servie run `sudo systemctl stop mylogservice`
- To check the status of the service, run `sudo systemctl status mylogservice`