Skip to content
Snippets Groups Projects
Commit 40814138 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Default PID file should be 'homeserver.pid' to match the other 'homeserver.*' naming convention

parent 5dd1a738
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class ServerConfig(Config):
help="Local interface to listen on")
server_group.add_argument("-D", "--daemonize", action='store_true',
help="Daemonize the home server")
server_group.add_argument('--pid-file', default="hs.pid",
server_group.add_argument('--pid-file', default="homeserver.pid",
help="When running as a daemon, the file to"
" store the pid in")
server_group.add_argument("--manhole", metavar="PORT", dest="manhole",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment