add SYSTEMD in the section for Service restore, making more easy to develop from the example_ynh package

This commit is contained in:
Yalh 2019-01-14 23:27:34 +01:00
parent e252637ae7
commit 69456b7cea
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ ynh_add_fpm_config
### If you're not using these lines: ### If you're not using these lines:
### - You can remove those files in conf/. ### - You can remove those files in conf/.
### - Remove the section "BACKUP SYSTEMD" in the backup script ### - Remove the section "BACKUP SYSTEMD" in the backup script
### - Remove also the section "STOP AND REMOVE SERVICE" in the remove script ### - Remove also the section "STOP AND REMOVE SYSTEMD SERVICE" in the remove script
### - As well as the section "RESTORE SYSTEMD" in the restore script ### - As well as the section "RESTORE SYSTEMD" in the restore script
### - And the section "SETUP SYSTEMD" in the upgrade script ### - And the section "SETUP SYSTEMD" in the upgrade script

View file

@ -24,7 +24,7 @@ final_path=$(ynh_app_setting_get $app final_path)
#================================================= #=================================================
# STANDARD REMOVE # STANDARD REMOVE
#================================================= #=================================================
# STOP AND REMOVE SERVICE # STOP AND REMOVE SYSTEMD SERVICE
#================================================= #=================================================
# Remove the dedicated systemd config # Remove the dedicated systemd config