464932ee19
Updated the service according to "https://forum.voidlinux.eu/t/unpriviledged-linux-container/1124/4" This is necessary to get /etc/cgconfig.conf loaded.
6 lines
238 B
Bash
Executable file
6 lines
238 B
Bash
Executable file
#!/bin/sh
|
|
# Default logs to syslog with facility DAEMON
|
|
# man cgrulesengd for options list and descriptions.
|
|
[ -r conf ] && . ./conf
|
|
cgconfigparser ${PARSEOPTS:=-l /etc/cgconfig.conf}
|
|
exec cgrulesengd ${OPTS:=-s} -g cgred --nodaemon 2>&1
|