Lines 20-29
Link Here
|
20 |
# %%PORTNAME%%_pidfile="%%INSPIRCD_RUN%%/%%PORTNAME%%.pid" |
20 |
# %%PORTNAME%%_pidfile="%%INSPIRCD_RUN%%/%%PORTNAME%%.pid" |
21 |
# -- location of pidfile: must match setting |
21 |
# -- location of pidfile: must match setting |
22 |
# in ${%%PORTNAME%%_conffile} |
22 |
# in ${%%PORTNAME%%_conffile} |
23 |
# %%PORTNAME%%_user="%%INSPIRCD_USR%%" |
|
|
24 |
# -- user to run %%PORTNAME%% as |
25 |
# %%PORTNAME%%_group="%%INSPIRCD_GRP%%" |
26 |
# -- group to run %%PORTNAME%% as |
27 |
# %%PORTNAME%%_logfile="%%INSPIRCD_LOG%%" |
23 |
# %%PORTNAME%%_logfile="%%INSPIRCD_LOG%%" |
28 |
# -- file %%PORTNAME%% writes logs to |
24 |
# -- file %%PORTNAME%% writes logs to |
29 |
# |
25 |
# |
Lines 37-44
Link Here
|
37 |
: ${%%PORTNAME%%_enable="NO"} |
33 |
: ${%%PORTNAME%%_enable="NO"} |
38 |
: ${%%PORTNAME%%_config="%%ETCDIR%%/%%PORTNAME%%.conf"} |
34 |
: ${%%PORTNAME%%_config="%%ETCDIR%%/%%PORTNAME%%.conf"} |
39 |
: ${%%PORTNAME%%_pidfile="%%INSPIRCD_RUN%%/%%PORTNAME%%.pid"} |
35 |
: ${%%PORTNAME%%_pidfile="%%INSPIRCD_RUN%%/%%PORTNAME%%.pid"} |
40 |
: ${%%PORTNAME%%_user="%%INSPIRCD_USR%%"} |
36 |
: ${%%PORTNAME%%_user=ircd} |
41 |
: ${%%PORTNAME%%_group="%%INSPIRCD_GRP%%"} |
37 |
: ${%%PORTNAME%%_group=ircd} |
42 |
: ${%%PORTNAME%%_logfile="%%INSPIRCD_LOG%%"} |
38 |
: ${%%PORTNAME%%_logfile="%%INSPIRCD_LOG%%"} |
43 |
|
39 |
|
44 |
command=%%PREFIX%%/bin/%%PORTNAME%% |
40 |
command=%%PREFIX%%/bin/%%PORTNAME%% |