aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-01 22:31:01 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-01 22:31:01 +0200
commitaa3a9210c11813b44813aaba50e1671caf4ed871 (patch)
tree4fb6df662bdc8ebc29c6ea2203fd2be9369c75ed /README.md
parent102ded275951f107447434c933d1e3d98ac82bfa (diff)
downloadburstdog-aa3a9210c11813b44813aaba50e1671caf4ed871.tar.xz
add openrc service
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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