mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
ad46c0ac36
Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/minidlna.pid → /run/minidlna.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
183 B
Desktop File
12 lines
183 B
Desktop File
[Unit]
|
|
Description=minidlna server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/minidlnad
|
|
PIDFile=/run/minidlna/minidlna.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|