Add OpenRC service and basic documentation

This commit is contained in:
2025-10-18 17:11:40 -04:00
parent 5521f79107
commit 6c1f9a2e0f
2 changed files with 22 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/sbin/openrc-run
supervisor=supervise-daemon
name="UniFi UPS safe shutdown"
command="/usr/local/bin/unifi-shutd"
command_args="<ip:port> <ups id> <scan interval> <bad scan limit>"
depend() {
need net localmount
after firewall
}