diff --git a/scripts/backup b/scripts/backup index 45e56bc..eb59af8 100755 --- a/scripts/backup +++ b/scripts/backup @@ -65,5 +65,5 @@ ynh_backup "/etc/logrotate.d/$app" # BACKUP SYSTEMD #================================================= -ynh_backup "/etc/systemd/system/$app.service" +#ynh_backup "/etc/systemd/system/$app.service" diff --git a/scripts/install b/scripts/install index b80f6b0..a2da9bd 100755 --- a/scripts/install +++ b/scripts/install @@ -128,7 +128,7 @@ cp ../conf/acl.auth.php $final_path/conf #================================================= # Create a dedicated systemd config -ynh_add_systemd_config +#ynh_add_systemd_config #================================================= # GENERIC FINALIZATION diff --git a/scripts/remove b/scripts/remove index 37020cb..594a5aa 100755 --- a/scripts/remove +++ b/scripts/remove @@ -25,7 +25,7 @@ final_path=$(ynh_app_setting_get $app final_path) #================================================= # Remove the dedicated systemd config -ynh_remove_systemd_config +#ynh_remove_systemd_config #================================================= # REMOVE SERVICE FROM ADMIN PANEL diff --git a/scripts/restore b/scripts/restore index e8cf6e0..16f1e97 100755 --- a/scripts/restore +++ b/scripts/restore @@ -95,8 +95,8 @@ yunohost service add $app --log "/var/log/$app/$app.log" # RESTORE SYSTEMD #================================================= -ynh_restore_file "/etc/systemd/system/$app.service" -systemctl enable $app.service +#ynh_restore_file "/etc/systemd/system/$app.service" +#systemctl enable $app.service #================================================= # RESTORE THE LOGROTATE CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 6d14246..fb4edf5 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -169,7 +169,7 @@ ynh_use_logrotate --non-append #================================================= # Create a dedicated systemd config -ynh_add_systemd_config +#ynh_add_systemd_config #================================================= # GENERIC FINALIZATION