added owner / group options to options.conf
[lcr.git] / options.h
index ec8f1c1..ecf8244 100644 (file)
--- 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 */
        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 */
 };     
 
        int     gsm;                    /* enable gsm support */
 };