added Arch post install script, and some general updates

This commit is contained in:
2025-06-20 19:17:41 +02:00
parent 25c0dd16ca
commit b04ea81edb
7 changed files with 146 additions and 15 deletions

4
arduino_watchdog.install Normal file
View File

@@ -0,0 +1,4 @@
post_install() {
getent passwd arduino-watchdog >/dev/null || \
useradd -r -s /usr/bin/nologin -d /var/lib/arduino-watchdog arduino-watchdog
}