diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,8 @@ burstdog [logfile] Default logfile is `burstdog.log` in the current directory. +The openrc service logs to `/var/log/burstdog.log`. + ## Build Compile using `make` or `cc burstdog.c -O3 -o burstdog`. @@ -17,6 +19,7 @@ Compile using `make` or `cc burstdog.c -O3 -o burstdog`. See [burstdog.c](burstdog.c) for configuration options. Install to PREFIX using `make install`. +To install openrc service file, use `make install-rc`. ## Test burstdog |
