1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00

remove systemd-service

This commit is contained in:
farvardin 2020-04-27 20:21:15 +02:00
parent 2026d32391
commit 5dc53ce513
No known key found for this signature in database
GPG key ID: F35CBC4DA8BA0327
2 changed files with 6 additions and 6 deletions

View file

@ -77,12 +77,12 @@
"name": "password", "name": "password",
"type": "password", "type": "password",
"ask": { "ask": {
"en": "Set the administrator password", "en": "Set the password for edition",
"fr": "Définissez le mot de passe administrateur" "fr": "Définissez le mot de passe pour l'édition"
}, },
"help": { "help": {
"en": "Use the help field to add an information for the admin about this question.", "en": "Define a password which will be used for wiki edition and administration.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." "fr": "Veuillez définir un mot de passe qui sera valable pour l'édition des pages de ce wiki ainsi que pour l'administration."
}, },
"example": "Choose a password" "example": "Choose a password"
}, },

View file

@ -94,9 +94,9 @@ path_url=$(ynh_normalize_url_path --path_url=$path_url)
#================================================= #=================================================
# STOP SYSTEMD SERVICE # STOP SYSTEMD SERVICE
#================================================= #=================================================
ynh_script_progression --message="Stopping a systemd service..." --time --weight=1 #ynh_script_progression --message="Stopping a systemd service..." --time --weight=1
ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log" #ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app/$app.log"
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE