1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Fix package linter

This commit is contained in:
Josué Tille 2020-11-17 23:57:09 +01:00
parent 3b3f0dff67
commit 069feeca1d
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF
2 changed files with 1 additions and 13 deletions

View file

@ -18,18 +18,6 @@
multi_instance=1
port_already_use=0
change_url=0
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
# impossible with Firefox Sync (it uses Firefox Accounts)
Level 4=na
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0
;;; Options
Email=jean-baptiste@holcroft.fr
Notification=fail

View file

@ -86,7 +86,7 @@ yunohost service add "uwsgi-app@$app" --log "/var/log/uwsgi/app/$app"
ynh_script_progression --message="Reloading services..." --weight=3
ynh_check_global_uwsgi_config
systemctl enable "uwsgi-app@$app"
systemctl enable "uwsgi-app@$app" --quiet
#=================================================
# GENERIC FINALIZATION