mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Added default pidfile.
This commit is contained in:
parent
3ef8e8bbc2
commit
f03e184c78
@ -79,6 +79,8 @@ def parse_arguments():
|
|||||||
args=parser.parse_args()
|
args=parser.parse_args()
|
||||||
if args.pidfile:
|
if args.pidfile:
|
||||||
cfg.pidfile = args.pidfile
|
cfg.pidfile = args.pidfile
|
||||||
|
else:
|
||||||
|
cfg.pidfile = "plinth.pid"
|
||||||
if args.listen_exmachina_key:
|
if args.listen_exmachina_key:
|
||||||
# this is where we optionally try to read in a shared secret key to
|
# this is where we optionally try to read in a shared secret key to
|
||||||
# authenticate connections to exmachina
|
# authenticate connections to exmachina
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user