1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
ericgaspar 2021-06-05 15:57:43 +02:00
parent 2c33524db9
commit e94acdcb53
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +1,8 @@
[Unit]
Description=Mumble web interface (app: __APP__)
Documentation=https://github.com/johni0702/mumble-web
Requires=network.target #mumbleserver.service
After=network.target #mumbleserver.service
Requires=network.target mumbleserver.service
After=network.target mumbleserver.service
[Service]
Type=simple

View file

@ -68,14 +68,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." --
# Remove the dedicated nginx config
ynh_remove_nginx_config
#=================================================
# SPECIFIC REMOVE
#=================================================
# REMOVE OTHER FILES
#=================================================
ynh_secure_remove --file="/var/log/$app"
#=================================================
# GENERIC FINALIZATION
#=================================================