Skip to content

Instantly share code, notes, and snippets.

@bcwaldon
Last active August 29, 2015 14:03
Show Gist options
  • Save bcwaldon/deb74082ed6dc1fd58f4 to your computer and use it in GitHub Desktop.
Save bcwaldon/deb74082ed6dc1fd58f4 to your computer and use it in GitHub Desktop.
#cloud-config
coreos:
units:
- name: oneoff-thing.service
command: start
content: |
[Service]
Type=oneshot
ExecStart=/bin/bash echo foo
ExecStart=/bin/bash echo bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment