Last active
August 29, 2015 14:14
Revisions
-
bcwaldon revised this gist
Feb 4, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,11 +2,11 @@ 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 -
bcwaldon created this gist
Feb 3, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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