mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# record logout
|
|
/usr/bin/logger -p local3.info "logout,$1,,$3"
|
|
|
|
# resync ipfilter
|
|
/sbin/ipf -y
|