Update name of PID file to plinth.pid

This commit is contained in:
Sunil Mohan Adapa 2014-08-31 13:09:37 +05:30
parent 8a6bf129f3
commit 9d296a6270

View File

@ -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