From 124c964f7b69a037a94674a95601c9021c468107 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Wed, 19 Mar 2014 00:07:45 +0100 Subject: [PATCH] cleanup pid file --- TODO.org | 5 +++-- scripts/remove | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.org b/TODO.org index beb8ac3..95f696d 100644 --- a/TODO.org +++ b/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 diff --git a/scripts/remove b/scripts/remove index 6d453fc..8a6500e 100644 --- a/scripts/remove +++ b/scripts/remove @@ -8,4 +8,6 @@ sudo service ynh-app-ghostblog stop 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 \ No newline at end of file +sudo rm -f /etc/nginx/conf.d/$domain.d/ghostblog.conf + +sudo rm -rf /var/run/yunohost/ghostblog \ No newline at end of file