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

[fix] Disable "systemd" setup as it does not work

I cannot make it work so I disable it
This commit is contained in:
Gofannon 2018-06-18 00:13:02 +02:00
parent 0651318860
commit 6f12b387c9
5 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -169,7 +169,7 @@ ynh_use_logrotate --non-append
#=================================================
# Create a dedicated systemd config
ynh_add_systemd_config
#ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION