Blob Blame History Raw
#!/bin/sh

case "$2" in
	up|vpn-up)
		/bin/systemctl reload iscsi.service || :
		;;
esac