mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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()
|
||||
if args.pidfile:
|
||||
cfg.pidfile = args.pidfile
|
||||
else:
|
||||
cfg.pidfile = "plinth.pid"
|
||||
if args.listen_exmachina_key:
|
||||
# this is where we optionally try to read in a shared secret key to
|
||||
# authenticate connections to exmachina
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user