diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:33:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-25 09:33:11 +0000 |
commit | 4681415a15788d070647ebe405e69d6da3e50cca (patch) | |
tree | 1de4426ea02d12a6569a25468897cf8bbc19a8ec | |
parent | 91f53d590bba4282754a36632e04ddc97170f7ae (diff) | |
parent | 7930cb54c0cd6105899ba51be767697e1210aec2 (diff) | |
download | rtmux-4681415a15788d070647ebe405e69d6da3e50cca.tar.gz rtmux-4681415a15788d070647ebe405e69d6da3e50cca.tar.bz2 rtmux-4681415a15788d070647ebe405e69d6da3e50cca.zip |
Merge branch 'master' of github.com:tmux/tmux
-rw-r--r-- | server.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -182,6 +182,7 @@ server_start(struct event_base *base, int lockfd, char *lockfile) "ps", NULL) != 0) fatal("pledge failed"); #endif + /* * Must daemonise before loading configuration as the PID changes so * $TMUX would be wrong for sessions created in the config file. |