File: uhub

package info (click to toggle)
uhub 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,016 kB
  • sloc: ansic: 12,630; xml: 588; sh: 356; perl: 233; makefile: 60
file content (13 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Options to UHUB
#  -v          Verbose mode. Add more -v's for higher verbosity.
#  -q          Quiet mode - no output
#  -f          Fork to background
#  -l <file>   Log messages to given file (default: stderr)
#  -L          Log messages to syslog
#  -c <file>   Specify configuration file (default: /etc/uhub/uhub.conf)
#  -S          Show configuration parameters, but ignore defaults
#  -u <user>   Run as given user
#  -g <group>  Run with given group permissions
#  -p <file>   Store pid in file (process id)
UHUBOPTIONS=" -u uhub -f -p /var/run/uhub.pid -l /var/log/uhub.log"