mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Correctly clean /run/diaspora
This commit is contained in:
parent
0f5b01ef7c
commit
accfa1a66a
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ynh_secure_remove --file="/etc/systemd/system/${app}_web.service"
|
|||
ynh_secure_remove --file="/etc/systemd/system/${app}_sidekiq.service"
|
||||
ynh_secure_remove --file="/etc/tmpfiles.d/${app}.conf"
|
||||
ynh_secure_remove --file="/etc/systemd/system/${app}.target"
|
||||
ynh_secure_remove --file="/run/${app}"
|
||||
systemctl daemon-reload
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue