diff --git a/minidlna.service b/minidlna.service new file mode 100644 index 0000000..d16c57a --- /dev/null +++ b/minidlna.service @@ -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