lkundrak / rpms / sendmail

Forked from rpms/sendmail 4 years ago
Clone
e861a83
#!/bin/sh
e861a83
e861a83
if [ "$2" = "up" ] || [ "$2" = "down" ]; then
e861a83
	/sbin/service sendmail reload || :
e861a83
fi