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
d8c4f515b2
commit
a09b46ee7b
1 changed files with 6 additions and 1 deletions
|
@ -144,7 +144,12 @@ 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
|
||||
|
||||
systemctl restart "$app"
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=3
|
||||
|
||||
ynh_systemd_action --service_name=$app --action=restart #--log_path="/var/log/$app/$app.log"
|
||||
|
||||
#=================================================
|
||||
# SEND README TO ADMIN
|
||||
|
|
Loading…
Add table
Reference in a new issue