Changeset 2184
- Timestamp:
- 19/02/07 14:44:24 (14 years ago)
- Location:
- TI12-security/trunk/python/share
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/share/ndg-aa
r2182 r2184 20 20 . /etc/rc.d/init.d/functions 21 21 22 # Edit "u ser", "prefixDir", "srvSubDir" and "tacFilePath" variables as22 # Edit "uid", "prefixDir", "srvSubDir" and "tacFilePath" variables as 23 23 # required 24 u ser="globus"24 uid="globus" 25 25 26 26 # Set path to Twisted 'tac' file … … 49 49 # process listing 50 50 prog=/usr/local/NDG/bin/twistd 51 args="-u ${u ser} --syslog --prefix=${serviceName} --pidfile=${pidFilePath} \52 - oy ${tacFilePath}"51 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ 52 --pidfile=${pidFilePath} -oy ${tacFilePath}" 53 53 cmd="${prog} ${args}" 54 54 -
TI12-security/trunk/python/share/ndg-ca
r2182 r2184 20 20 . /etc/rc.d/init.d/functions 21 21 22 # Edit "u ser", "prefixDir", "srvSubDir" and "tacFilePath" variables as22 # Edit "uid", "prefixDir", "srvSubDir" and "tacFilePath" variables as 23 23 # required 24 u ser="globus"24 uid="globus" 25 25 26 26 # Set path to Twisted 'tac' file … … 49 49 # process listing 50 50 prog=/usr/local/NDG/bin/twistd 51 args="-u ${u ser} --syslog --prefix=${serviceName} --pidfile=${pidFilePath} \52 - oy ${tacFilePath}"51 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ 52 --pidfile=${pidFilePath} -oy ${tacFilePath}" 53 53 cmd="${prog} ${args}" 54 54 -
TI12-security/trunk/python/share/ndg-gk
r2182 r2184 20 20 . /etc/rc.d/init.d/functions 21 21 22 # Edit "u ser", "prefixDir", "srvSubDir" and "tacFilePath" variables as22 # Edit "uid", "prefixDir", "srvSubDir" and "tacFilePath" variables as 23 23 # required 24 u ser="globus"24 uid="globus" 25 25 26 26 # Set path to Twisted 'tac' file … … 49 49 # process listing 50 50 prog=/usr/local/NDG/bin/twistd 51 args="-u ${u ser} --syslog --prefix=${serviceName} --pidfile=${pidFilePath} \52 - oy ${tacFilePath}"51 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ 52 --pidfile=${pidFilePath} -oy ${tacFilePath}" 53 53 cmd="${prog} ${args}" 54 54 -
TI12-security/trunk/python/share/ndg-log
r2182 r2184 20 20 . /etc/rc.d/init.d/functions 21 21 22 # Edit "u ser", "prefixDir", "srvSubDir" and "tacFilePath" variables as22 # Edit "uid", "prefixDir", "srvSubDir" and "tacFilePath" variables as 23 23 # required 24 user="globus" 24 uid="globus" 25 gid="globus" 25 26 26 27 # Set path to Twisted 'tac' file … … 49 50 # process listing 50 51 prog=/usr/local/NDG/bin/twistd 51 args="-u ${u ser} --syslog --prefix=${serviceName} --pidfile=${pidFilePath} \52 - oy ${tacFilePath}"52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ 53 --pidfile=${pidFilePath} -oy ${tacFilePath}" 53 54 cmd="${prog} ${args}" 54 55 -
TI12-security/trunk/python/share/ndg-sm
r2182 r2184 20 20 . /etc/rc.d/init.d/functions 21 21 22 # Edit "u ser", "prefixDir", "srvSubDir" and "tacFilePath" variables as22 # Edit "uid", "prefixDir", "srvSubDir" and "tacFilePath" variables as 23 23 # required 24 user="globus" 24 uid="globus" 25 gid="globus" 25 26 26 27 # Set path to Twisted 'tac' file … … 49 50 # process listing 50 51 prog=/usr/local/NDG/bin/twistd 51 args="-u ${u ser} --syslog --prefix=${serviceName} --pidfile=${pidFilePath} \52 - oy ${tacFilePath}"52 args="-u ${uid} -g ${gid} --syslog --prefix=${serviceName} \ 53 --pidfile=${pidFilePath} -oy ${tacFilePath}" 53 54 cmd="${prog} ${args}" 54 55
Note: See TracChangeset
for help on using the changeset viewer.