I can recommend having a quick read through this: https://wiki.ubuntu.com/SystemdForUpstartUsers
Instead of putting your upstart config in /etc/init
you put it in /etc/systemd/system
and it has a different format. Systemd configs are called "units" and (for us) look like:
[Unit]
Description=Job that runs the {{service}} service