mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
13 lines
329 B
Desktop File
13 lines
329 B
Desktop File
[Unit]
|
|
Description=lightweight DLNA/UPnP-AV server targeted at embedded systems
|
|
|
|
[Service]
|
|
Type=forking
|
|
# ../../minidlna/minidlna.conf
|
|
ExecStart=/usr/sbin/minidlnad -f %h/.minidlna/minidlna.conf -P %h/.minidlna/minidlna.pid
|
|
#ExecReload=/bin/kill -HUP $MAINPID
|
|
PIDFile=%h/.minidlna/minidlna.pid
|
|
|
|
[Install]
|
|
WantedBy=default.target
|