mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 05:52:22 +08:00
13 lines
198 B
Desktop File
13 lines
198 B
Desktop File
[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
|