#!/sbin/openrc-run : ${cfgfile:=/etc/go-audit.yaml} description="Linux Auditing System Written In Go" command="/usr/sbin/${RC_SVCNAME}" command_args="-config $cfgfile" command_background="yes" pidfile="/run/${RC_SVCNAME}.pid" depend() { use logger }