This file contains 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 characters
[ENVIRONMENT]: | |
servers: | |
broadcast: | |
bind_address: # the IP address for the server receiving UDP broadcasts. Default is 255.255.255.255 | |
port: # the UDP port for receiving broadcasts. Default is 10000 | |
public: | |
bind_address: #the IP address for the server receiving UDP commands specific to this host. Default is 0.0.0.0 (all interfaces) | |
port: # the UDP port for receiving direct commands. Default is 10001 | |
private: | |
port: # the UDP port for receiving private commands. Default is 10002 |
This file contains 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 characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: sweepyd | |
# Short-Description: Example initscript | |
# Description: This file should be used to construct scripts to be | |
# placed in /etc/init.d. | |
### END INIT INFO | |
# Author: Pedro Teixeira(http://metaduck.com) |
NewerOlder