mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-12-03 20:55:01 +01:00
feat: update Makefile and README
This commit is contained in:
parent
e7ecad060e
commit
267461e0bc
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ install-files:
|
|||||||
sudo install -m0644 cron.d/$(PKGNAME) /etc/cron.d/$(PKGNAME)
|
sudo install -m0644 cron.d/$(PKGNAME) /etc/cron.d/$(PKGNAME)
|
||||||
|
|
||||||
sudo install --directory -m755 /etc/$(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.
|
.PHONY: exec-notify ## Check if exec-notify is installed.
|
||||||
exec-notify:
|
exec-notify:
|
||||||
|
@ -28,7 +28,7 @@ find ./src -name '*.py' | xargs wc -l
|
|||||||
|
|
||||||
## Configuration
|
## 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
|
## Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user