From 9ca89baa323ae24ec541380f32e5a2910e50ebb6 Mon Sep 17 00:00:00 2001 From: matlink Date: Tue, 11 Nov 2014 15:46:24 +0100 Subject: [PATCH] mumble-server now added as a service for yunohost --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index d70b8ec..aae19da 100644 --- a/scripts/install +++ b/scripts/install @@ -55,3 +55,5 @@ sudo murmurd -supw $su_passwd #restart mumble server sudo /etc/init.d/mumble-server restart +#adding mumble as a service +sudo yunohost service add mumble-server -l /var/log/mumble-server/mumble-server.log \ No newline at end of file