feat: add brother-scand-git

Adds the package for monitoring networked Brother scanners for button
presses.
This commit is contained in:
2025-12-13 11:12:36 +00:00
parent e028147dff
commit 8e42583c92
3 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
post_install() {
useradd --system --no-create-home brother-scand
chown -R brother-scand /etc/brother-scand
echo -e "Now edit /etc/brother-scand/scanner.conf. Then run:\n systemctl restart rsyslog\n systemctl enable brother-scand"
}