From 9d296a6270224ad5da2568ebc90dcd680c578213 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 31 Aug 2014 13:09:37 +0530 Subject: [PATCH] Update name of PID file to plinth.pid --- data/etc/plinth/plinth.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/etc/plinth/plinth.config b/data/etc/plinth/plinth.config index 216a273f0..3a87150e3 100644 --- a/data/etc/plinth/plinth.config +++ b/data/etc/plinth/plinth.config @@ -17,7 +17,7 @@ store_file = %(data_dir)s/store.sqlite3 user_db = %(data_dir)s/users.sqlite3 status_log_file = %(log_dir)s/status.log access_log_file = %(log_dir)s/access.log -pidfile = %(pid_dir)s/pidfile.pid +pidfile = %(pid_dir)s/plinth.pid [Network] host = 127.0.0.1