* Added an error message when the file isn't found
* $srv_install and $srv_remove are now at new locations
Created _old variables to keep track of old locations
* Added exit statement and specified daemon not removed
* Fixed some errors
* Implement python virtual environment
* added venv instead of using system env pip
* adjusted the unit file to startup the app from the venv
* created a wrapper script to call the app from the venv
* extended cleanup for venv and additional scripts
* refactored the is_running() function to find the process now that it
is called from a venv
* remove update_service_file since we changed the binary path to the venv location
* fix bug in argument handling; upgrade pip before installing python packages
* fix bug in syntax
* Renamed auto-cpufreq wrapper
* Change permissions to use --stats as user
* Changed init scripts to use wrapper
Co-authored-by: aroundthfur <velimir@foolcontrol.org>
* Execute update_service_file only after copying files
Fixes#270
* Fix indentation, rename finished_text function to old name
* Update auto-cpufreq-installer
* Ignore Pycharm descriptors from VCS.
* Rename all occurances of `log` to `stats`.
* Rename log file to stats and move to /var/run
* Bring back --log switch with deprecation message.
* add support for Solus
add an instruction command to point auto-cpufreq.service to the right location to fix --install on Solus
* using sed instead of awk
* add "may requires root" to instructions
* add Solus as a separate installer
Add Solus as a separate installer instead of instructions
* remove redundant instructions
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template