We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added proper notes and block highlighting (#69)
OpenRC-Script.md: initialize kuma.db - Initialize `kuma.db` if missing, and fix `$directory/data/kuma.db\*` created during `start_pre()` at first run - Merge log files, and fix `$log_dir/*.log` created during `start_pre()` at first run - Fix typo
OpenRC-Script.md: secure data/kuma.db* Notification and login credentials are stored in `data/kuma.db*`. Secure it with proper permission to make sure no one else reads it.
Add OpenRC-Script.md