WIP: ...
This commit is contained in:
10
SOURCES/main/rsyslog/kf2-srv.conf
Normal file
10
SOURCES/main/rsyslog/kf2-srv.conf
Normal file
@ -0,0 +1,10 @@
|
||||
global(parser.permitSlashInProgramName="on")
|
||||
|
||||
template(name="DynFile" type="string" string="/var/log/%programname%.log")
|
||||
|
||||
if ($programname startswith "kf2-srv") then
|
||||
{
|
||||
action(Type="omfile" DynaFile="DynFile" FileCreateMode="0640" Umask="0027" FileOwner="root" FileGroup="steam")
|
||||
stop
|
||||
}
|
||||
|
Reference in New Issue
Block a user