Skip to content

Instantly share code, notes, and snippets.

@bcwaldon
Last active August 29, 2015 14:14

Revisions

  1. bcwaldon revised this gist Feb 4, 2015. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -2,11 +2,11 @@
    coreos:
    units:
    - name: fleet.socket
    command: start
    drop-ins:
    command: start
    drop-ins:
    - name: 30-ListenStream.conf
    content: |
    [Socket]
    ListenStream=127.0.0.1:49153
    - name: fleet.service
    command: start
    - name: fleet.service
    command: start
  2. bcwaldon created this gist Feb 3, 2015.
    12 changes: 12 additions & 0 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    #cloud-config
    coreos:
    units:
    - name: fleet.socket
    command: start
    drop-ins:
    - name: 30-ListenStream.conf
    content: |
    [Socket]
    ListenStream=127.0.0.1:49153
    - name: fleet.service
    command: start