From 320159175adced71da64efa80e9334f7bcab96c8 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Thu, 8 Oct 2009 10:36:06 +0200 Subject: added owner / group options to options.conf makes the usual setup LCR running as "root" and asterisk running as "asterisk" easier to configure. --- options.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options.h') diff --git a/options.h b/options.h index ec8f1c1..ecf8244 100644 --- a/options.h +++ b/options.h @@ -27,7 +27,8 @@ struct options { char email[128]; /* source email address */ char lock[128]; /* path of lock files */ int socketrights; /* rights of lcr admin socket */ - + int socketuser; /* socket chown to this user */ + int socketgroup; /* socket chgrp to this group */ int gsm; /* enable gsm support */ }; -- cgit v1.2.3-55-g7522