From 2cb2ff5878cc7dd18cdfac38e37ce0664cb9e17b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 Dec 2018 23:58:32 -0200 Subject: Move service to port 8100 --- files/cherrymusic.conf | 2 +- manifests/init.pp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/cherrymusic.conf b/files/cherrymusic.conf index 1c96dde..524c2e2 100644 --- a/files/cherrymusic.conf +++ b/files/cherrymusic.conf @@ -68,7 +68,7 @@ pure_database_lookup = False ; The port the server will listen to. ; -port = 8080 +port = 8100 ; When set to true, the server will listen on a IPv6 socket instead of IPv4 ; diff --git a/manifests/init.pp b/manifests/init.pp index f26da35..dcd03dc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -42,6 +42,7 @@ class cherrymusic { 'puppet:///modules/cherrymusic/cherrymusic.conf', ], require => File['/var/lib/cherrymusic/.config/cherrymusic'], + notify => Service['cherrymusic@cherrymusic'], } file { '/etc/systemd/system/cherrymusic@.service': -- cgit v1.2.3