mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 13:41:24 +01:00
12 lines
187 B
Desktop File
12 lines
187 B
Desktop File
[Unit]
|
|
Description=minidlna server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/sbin/minidlnad
|
|
PIDFile=/var/run/minidlna/minidlna.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|