mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Merge branch 'master' of github.com:tmux/tmux
This commit is contained in:
commit
4681415a15
1
server.c
1
server.c
@ -182,6 +182,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile)
|
|||||||
"ps", NULL) != 0)
|
"ps", NULL) != 0)
|
||||||
fatal("pledge failed");
|
fatal("pledge failed");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Must daemonise before loading configuration as the PID changes so
|
* Must daemonise before loading configuration as the PID changes so
|
||||||
* $TMUX would be wrong for sessions created in the config file.
|
* $TMUX would be wrong for sessions created in the config file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user