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

Remove yunohost service

This commit is contained in:
Augustin Trancart 2020-04-25 18:08:44 +02:00
parent e388d92fb5
commit 20c9186a01

View file

@ -24,6 +24,8 @@ final_path=$(ynh_app_setting_get $app final_path)
#=================================================
# STOP AND REMOVE SERVICE
#=================================================
yunohost service remove $app.target
systemctl stop ${app}.target ${app}_sidekiq.service ${app}_web.service
systemctl disable ${app}.target ${app}_sidekiq.service ${app}_web.service
ynh_secure_remove --file="/etc/systemd/system/${app}_web.service"