feat: update Makefile and README

This commit is contained in:
Daniel Langbein 2023-10-05 18:21:01 +02:00
parent e7ecad060e
commit 267461e0bc
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ install-files:
sudo install -m0644 cron.d/$(PKGNAME) /etc/cron.d/$(PKGNAME)
sudo install --directory -m755 /etc/$(PKGNAME)/
sudo install -m0644 cfg/* /etc/$(PKGNAME)/
sudo install -m0644 src/de/p1st/monitor/data/* /etc/$(PKGNAME)/
.PHONY: exec-notify ## Check if exec-notify is installed.
exec-notify:

View File

@ -28,7 +28,7 @@ find ./src -name '*.py' | xargs wc -l
## Configuration
See [cfg/yodaTux.ini](cfg/yodaTux.ini) for a configuration file covering all config options.
See [yodaTux.ini](src/de/p1st/monitor/data/yodaTux.ini) for a configuration file covering all config options.
## Installation