1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreddit_ynh.git synced 2024-09-03 19:36:05 +02:00
This commit is contained in:
ericgaspar 2023-02-08 08:26:22 +01:00
parent 55389ef387
commit 3043acf515
2 changed files with 1 additions and 8 deletions

View file

@ -19,7 +19,7 @@ code = "https://github.com/spikecodes/libreddit"
yunohost = ">= 11.1.6"
architectures = "all"
multi_instance = true
ldap = "false"
ldap = false
sso = "not_relevant"
disk = "50M"
ram.build = "50M"

View file

@ -61,13 +61,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1
# Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================
# RELOAD NGINX
#=================================================
ynh_script_progression --message="Reloading NGINX web server..." --weight=1
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# END OF SCRIPT
#=================================================