Edited minidlna service so it can se files uploaded.

This commit is contained in:
Storm Dragon
2025-07-18 23:45:09 -04:00
parent 8fe6cab7db
commit 86c50e7ecb

View File

@@ -0,0 +1,17 @@
[Unit]
Description=minidlna server
After=network.target
[Service]
Type=exec
DynamicUser=yes
ExecStart=/usr/bin/minidlnad -S
RuntimeDirectory=minidlna
CacheDirectory=minidlna
ProtectSystem=full
ProtectHome=off
PrivateDevices=on
NoNewPrivileges=on
[Install]
WantedBy=multi-user.target