eff81b7ff8
* added system group cgred * added service /etc/sv/cgred * Two conf files, /etc/cgrules.conf and /etc/cgconfig.conf * setgid on cgexec to cgred * use relative paths for chown/chmod * remove service configuration file * add OPTS and docs to ./run script * fix cross (thanks xtraeme!)
5 lines
171 B
Bash
Executable file
5 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
# Default logs to syslog with facility DAEMON
|
|
# man cgrulesengd for options list and descriptions.
|
|
: ${OPTS:=-s}
|
|
exec cgrulesengd $OPTS -g cgred --nodaemon 2>&1
|