File: debrep.hooks

package info (click to toggle)
apt-cacher-ng 2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,032 kB
  • ctags: 1,705
  • sloc: cpp: 16,869; sh: 536; ansic: 404; perl: 377; makefile: 124
file content (11 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
# example hooks file
# all commands are passed through external system() call and are executed by the system shell.

# executed before a connection to the relevant mirror is issued
#PreUp: logger up

# executed after the last connection to the relevant mirror is closed and a timeout has passed
#Down: logger down

# timeout to wait before executing the "Down" command
#DownTimeout: 7