Fix a missing ";".
This commit is contained in:
parent
ee1db48cca
commit
6403534511
@ -320,7 +320,7 @@ notify 10 {
|
||||
notify 0 {
|
||||
match "system" "RCTL";
|
||||
match "rule" "user:70:swap:.*";
|
||||
action "/usr/local/etc/rc.d/postgresql restart"
|
||||
action "/usr/local/etc/rc.d/postgresql restart";
|
||||
};
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user