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:
parent
5f83d51320
commit
124c964f7b
2 changed files with 6 additions and 3 deletions
5
TODO.org
5
TODO.org
|
@ -31,5 +31,6 @@ admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/*
|
|||
* TODO mysql instead of sqlite
|
||||
** http://docs.ghost.org/usage/configuration/
|
||||
* TODO change installation path
|
||||
* TODO change pid file path
|
||||
* TODO cleanup pid file
|
||||
* DONE change pid file path
|
||||
** let's stay with /var/run/yunohost/ghostblog for the moment
|
||||
* DONE cleanup pid file
|
||||
|
|
|
@ -9,3 +9,5 @@ sudo update-rc.d ynh-app-ghostblog remove
|
|||
sudo rm /etc/init.d/ynh-app-ghostblog
|
||||
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf
|
||||
|
||||
sudo rm -rf /var/run/yunohost/ghostblog
|
Loading…
Add table
Reference in a new issue