mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 05:52:22 +08:00
Added MiniDLNA systemd service file.
This commit is contained in:
parent
a68c3ec792
commit
0e40cecd2b
12
minidlna.service
Normal file
12
minidlna.service
Normal 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
|
Loading…
Reference in New Issue
Block a user