summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/sesman.h')
-rw-r--r--sesman/sesman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/sesman.h b/sesman/sesman.h
index d61e004c..ebdec77d 100644
--- a/sesman/sesman.h
+++ b/sesman/sesman.h
@@ -34,4 +34,8 @@
#include "sig.h"
#include "session.h"
+#ifndef SESMAN_PID_FILE
+ #define SESMAN_PID_FILE "./sesman.pid"
+#endif
+
#endif