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
|
* 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
|
||||||
|
|
|
@ -8,4 +8,6 @@ sudo service ynh-app-ghostblog stop
|
||||||
sudo update-rc.d ynh-app-ghostblog remove
|
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
|
Loading…
Add table
Reference in a new issue