Initial commit.
This commit is contained in:
1
rsyslog.d/ignore-systemd-session-slice.conf
Normal file
1
rsyslog.d/ignore-systemd-session-slice.conf
Normal file
@@ -0,0 +1 @@
|
||||
if $programname == "systemd" and ($msg contains "Starting Session" or $msg contains "Started Session" or $msg contains "Created slice" or $msg contains "Starting user-" or $msg contains "Starting User Slice of" or $msg contains "Removed session" or $msg contains "Removed slice User Slice of" or $msg contains "Stopping User Slice of") then stop
|
||||
Reference in New Issue
Block a user