Skip to content

Instantly share code, notes, and snippets.

@arabyniuk
Last active October 16, 2015 10:29
Show Gist options
  • Save arabyniuk/5a0ce1db88f10da07f4c to your computer and use it in GitHub Desktop.
Save arabyniuk/5a0ce1db88f10da07f4c to your computer and use it in GitHub Desktop.
upstart ubuntu
description "A test job file for experimenting with Upstart"
author "Andrii Rabinyuk"
respawn
respawn limit unlimited
start on runlevel [2345] or started postgresql
stop on runlevel [016] or stopping postgresql
script
psql -d gps_server_development_new -U gps_server -c "select * from update_last_current_data_items()"
sleep 10
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment