17 lines
250 B
Desktop File
17 lines
250 B
Desktop File
[Unit]
|
|
Description=minidlna server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=minidlna
|
|
Group=minidlna
|
|
ExecStart=/usr/sbin/minidlnad -S
|
|
ProtectSystem=full
|
|
ProtectHome=on
|
|
PrivateDevices=on
|
|
NoNewPrivileges=on
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|