Update templates

This commit is contained in:
Sonny Bakker 2024-08-23 07:10:35 +02:00
parent de93805323
commit ceaec45f54
15 changed files with 33 additions and 0 deletions

View file

@ -1,3 +1,5 @@
## {{ ansible_managed }}
#
##
## Configuration file for ncmpc (~/.config/ncmpc/config)
##

View file

@ -1,3 +1,6 @@
# {{ ansible_managed }}
#
[Unit]
Description=Music Player Daemon
Documentation=man:mpd(1) man:mpd.conf(5)

View file

@ -1,3 +1,6 @@
# {{ ansible_managed }}
#
[Socket]
ListenStream=/run/user/1000/mpd.socket
ListenStream={{ mpd_listen_port }}