Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #10

Merged
merged 3 commits into from
Nov 28, 2017
Merged

Dev #10

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove a few blank lines I did not like
  • Loading branch information
f34rdotcom committed Nov 28, 2017
commit dbedc7cb5468bdb4366266efc8f508655b3118db
2 changes: 0 additions & 2 deletions init/ser2sock
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ SCRIPT_NAME=${0##*/}
CONF_FILE="/etc/ser2sock/${SCRIPT_NAME}.conf"
EXECUTABLE="/usr/local/bin/${PROGRAM_NAME}"
PID_FILE="/var/run/${PROGRAM_NAME}/${SCRIPT_NAME}.pid"

EXTRA_START_ARGS=""

DAEMON_ARGS="-d -f ${CONF_FILE} -P ${PID_FILE}"
RETVAL=0

Expand Down