Edited minidlna service so it can se files uploaded.
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user