Skip to content

Commit

Permalink
Release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Jul 4, 2011
1 parent d6fae1e commit aa5e8fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/sparked-init
Expand Up @@ -23,8 +23,12 @@ REACTOR=""
if [ -f /etc/default/$APPLICATION ]; then
. /etc/default/$APPLICATION
fi

touch $LOGFILE && chown $RUN_UID:$RUN_GID $LOGFILE

TMPDIR=/tmp/$APPLICATION
mkdir -p $TMPDIR && chown $RUN_UID:$RUN_GID $TMPDIR

DAEMON=/usr/bin/twistd
DAEMON_OPTS="--pidfile $PIDFILE --uid $RUN_UID --gid $RUN_GID sparked -l -s $APPLICATION $OPTIONS"
if [ "$REACTOR" != "" ]; then
Expand Down
2 changes: 1 addition & 1 deletion sparked/__init__.py
Expand Up @@ -34,4 +34,4 @@
"""

__version__ = "0.14"
__version__ = "0.15"

0 comments on commit aa5e8fb

Please sign in to comment.