This commit is contained in:
2026-04-08 23:29:05 -04:00
parent 163a642f5a
commit 41e7c2e54a
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ setup.sh
navidrome-upload.service
.idea/
.env
/README.md
/README.md
__pycache__/
-6
View File
@@ -1,6 +0,0 @@
#!/bin/sh
if ! getent passwd navidrome-uploader > /dev/null 2>&1; then
printf "Creating navidrome-uploader user\n"
useradd --system --shell /usr/sbin/nologin --user-group navidrome-uploader
fi