File: etc.init.d.myproxy.nonroot

package info (click to toggle)
myproxy 6.2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,340 kB
  • sloc: ansic: 24,830; sh: 4,636; perl: 3,675; makefile: 272
file content (9 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# SysV-style boot script for MyProxy server non-root installation
#
# chkconfig: 345 99 06
# description: MyProxy online credential repository
ACCOUNT=myproxy
INIT=/usr/local/etc/myproxy.init
su $ACCOUNT -c "$INIT $*"