Match mpd systemd socket with configuration port
This commit is contained in:
parent
e9619c8475
commit
0499b896e1
3 changed files with 20 additions and 1 deletions
6
templates/systemd/mpd/socket.j2
Normal file
6
templates/systemd/mpd/socket.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[Socket]
|
||||
# should match configuration port
|
||||
ListenStream=
|
||||
ListenStream={{ mpd_port }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue