mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update install
This commit is contained in:
parent
933119bd4f
commit
9d154ba9c8
1 changed files with 3 additions and 2 deletions
|
@ -181,9 +181,10 @@ usermod --append --groups ssl-cert mumble-server
|
|||
murmurd -ini "$final_path/mumble-server.ini" -supw "$su_passwd" "$instance_id" || true
|
||||
|
||||
#=================================================
|
||||
# Disable default server installed by Debian's package
|
||||
# DISABLE DEFAULT SERVER
|
||||
#=================================================
|
||||
|
||||
# Disable default server installed by Debian's package
|
||||
systemctl stop mumble-server
|
||||
systemctl disable mumble-server --quiet
|
||||
|
||||
|
@ -195,7 +196,7 @@ ynh_script_progression --message="Integrating service in YunoHost..."
|
|||
# Add Mumble as a YunoHost service
|
||||
yunohost service add $app --description="Mumble server" --log="/var/log/$app/$app.log" --needs_exposed_ports=$port
|
||||
# Add Mumble as a YunoHost service
|
||||
yunohost service add mumble-web --description="Mumble web" --log="/var/log/$app/$app.log" --needs_exposed_ports=$port_web
|
||||
yunohost service add mumble-web --description="Mumble web" --log="/var/log/$app/mumble-web.log" --needs_exposed_ports=$port_web
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
|
|
Loading…
Add table
Reference in a new issue