1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

cleanup pid file

This commit is contained in:
Julien Malik 2014-03-19 00:07:45 +01:00
parent 5f83d51320
commit 124c964f7b
2 changed files with 6 additions and 3 deletions

View file

@ -31,5 +31,6 @@ admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/*
* TODO mysql instead of sqlite * TODO mysql instead of sqlite
** http://docs.ghost.org/usage/configuration/ ** http://docs.ghost.org/usage/configuration/
* TODO change installation path * TODO change installation path
* TODO change pid file path * DONE change pid file path
* TODO cleanup pid file ** let's stay with /var/run/yunohost/ghostblog for the moment
* DONE cleanup pid file

View file

@ -9,3 +9,5 @@ sudo update-rc.d ynh-app-ghostblog remove
sudo rm /etc/init.d/ynh-app-ghostblog sudo rm /etc/init.d/ynh-app-ghostblog
sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf
sudo rm -rf /var/run/yunohost/ghostblog