File: ip-up.d

package info (click to toggle)
exim 2.05-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,520 kB
  • ctags: 2,992
  • sloc: ansic: 42,424; perl: 1,349; sh: 843; makefile: 321
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/bin/sh

# Flush exim queue
if [ -x /usr/sbin/exim ]; then
	/usr/sbin/exim -qf
fi