From aa3a9210c11813b44813aaba50e1671caf4ed871 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Wed, 1 Apr 2026 22:31:01 +0200 Subject: add openrc service --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 005e299..932c99b 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3