Skip to content

Conversation

Copy link

Copilot AI commented Jan 7, 2026

The grow-ssd service created a log directory but lacked a log/run script, inconsistent with other runit services (bitcoind, lnd) in this codebase.

Changes

  • Created files/etc/sv/grow-ssd/log/run: Standard vlogger configuration following existing service pattern
  • Updated base/voidlinux.sh: Added installation logic to copy and set permissions for log/run script
# files/etc/sv/grow-ssd/log/run
#!/bin/sh
exec vlogger -t grow-ssd -p daemon

Service output now properly captured via vlogger, useful for debugging partition growth failures.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Add changes to address feedback on SSD partition at boot Add log/run script for grow-ssd runit service Jan 7, 2026
Copilot AI requested a review from kristapsk January 7, 2026 21:57
@kristapsk kristapsk closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants