#!/bin/bash

update-rc.d mysql2pgsql start 99 2 3 4 5 .

/etc/init.d/mysql2pgsql &

rm -f /opt/apps-scripts.d/mysql2pgsql
exit 0