mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Fix
This commit is contained in:
parent
2c33524db9
commit
e94acdcb53
2 changed files with 2 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue