Skip to content

Instantly share code, notes, and snippets.

@saamich
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saamich/af989ed9c4c263bc9ba9 to your computer and use it in GitHub Desktop.
Save saamich/af989ed9c4c263bc9ba9 to your computer and use it in GitHub Desktop.
#!/bin/bash -eux
wait example-service run
# need commands
# Run confd/crond in the background
rm -f /etc/service/confd/down
rm -f /etc/service/cron/down
sv start cron
sv start confd
# Stop autorun firstboot
touch /etc/service/firstboot/down
sv stop firstboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment