Added MiniDLNA systemd service file.

This commit is contained in:
Krizsán Péter 2022-02-28 01:35:25 +01:00
parent a68c3ec792
commit 0e40cecd2b

12
minidlna.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=MiniDLNA service
After=network.target
[Service]
User=root
Type=simple
ExecStart=/usr/sbin/minidlnad -S
ExecReload=/bin/kill -s HUP $MAINPID
[Install]
WantedBy=multi-user.target