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