Added a fork of the NUT Package

* Forked of the community repo version to enable CGI components
This commit is contained in:
2025-02-14 23:34:41 +01:00
parent bfda455c47
commit 227d70ac16
6 changed files with 212 additions and 0 deletions

6
nut/nut.pre-install Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
addgroup -S nut 2>/dev/null
adduser -S -D -H -h /var/lib/nut -s /sbin/nologin -G nut -g nut nut 2>/dev/null
exit 0