1a76fd
#!/bin/sh
1a76fd
1a76fd
case "$2" in
1a76fd
	up|vpn-up)
1a76fd
		/bin/systemctl --no-block reload iscsi.service || :
1a76fd
		;;
1a76fd
esac