| 3 ## rc.chiliproj -- Run-Commands |
3 ## rc.chiliproj -- Run-Commands |
| 4 ## |
4 ## |
| 5 |
5 |
| 6 %config |
6 %config |
| 7 chiliproj_enable="$openpkg_rc_def" |
7 chiliproj_enable="$openpkg_rc_def" |
| 8 chiliproj_cleartext"="yes" |
8 chiliproj_cleartext="yes" |
| 9 chiliproj_tlsecured"="no" |
9 chiliproj_tlsecured="no" |
| 10 #chiliproj_flags="-u @l_nusr@ -g @l_musr@" |
10 #chiliproj_flags="-u @l_nusr@ -g @l_musr@" |
| 11 chiliproj_flags="" |
11 chiliproj_flags="" |
| 12 chiliproj_host="localhost" |
12 chiliproj_host="localhost" |
| 13 chiliproj_port_clt=80 |
13 chiliproj_port_clt=80 |
| 14 chiliproj_port_tls=443 |
14 chiliproj_port_tls=443 |