This commit is contained in:
2026-04-08 23:29:05 -04:00
parent 163a642f5a
commit 9dc6aa8d04
2 changed files with 2 additions and 7 deletions
+1
View File
@@ -4,3 +4,4 @@ navidrome-upload.service
.idea/ .idea/
.env .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