Skip to content

Instantly share code, notes, and snippets.

@HandyMenny
Created February 8, 2018 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HandyMenny/5f3ee2cedc3f13fdefe2c73ed224de54 to your computer and use it in GitHub Desktop.
Save HandyMenny/5f3ee2cedc3f13fdefe2c73ed224de54 to your computer and use it in GitHub Desktop.
options {
sync(0);
create_dirs(yes);
dir_perm(0755);
owner(root);
perm(0744);
log_fifo_size(2048);
chain_hostnames(no);
};
#Edited by HandyMenny
source ap_steer { pipe("/var/run/ap_steer.log"); };
destination d_ap_steer {file("/var/log/ap_steer.log");};
log {source(ap_steer); destination(d_ap_steer);};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment