-
-
Save LeetCodes/9b1d1570a5c291562a9cdd0eaf6c126f to your computer and use it in GitHub Desktop.
Revisions
-
gdamjan revised this gist
Oct 5, 2011 . 2 changed files with 2 additions and 10 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 @@ -1,10 +0,0 @@ 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 @@ -5,4 +5,6 @@ After=syslog.target [Service] ExecStart=/usr/sbin/leafnode StandardInput=socket StandardOutput=socket StandardError=syslog User=news -
gdamjan revised this gist
Oct 5, 2011 . 1 changed file with 10 additions and 0 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 @@ -0,0 +1,10 @@ [Unit] Description=Leafnode NNTP service After=syslog.target [Service] ExecStart=/usr/sbin/leafnode StandardInput=socket StandardOutput=socket StandardError=syslog User=news -
gdamjan created this gist
Aug 12, 2011 .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,9 @@ [Unit] Description=Leafnode NNTP Socket [Socket] ListenStream=127.0.0.1:119 Accept=true [Install] WantedBy=sockets.target 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,8 @@ [Unit] Description=Leafnode NNTP service After=syslog.target [Service] ExecStart=/usr/sbin/leafnode StandardInput=socket User=news