Commit 8498fd7f authored by Guido van Rossum's avatar Guido van Rossum

Fix bugs in template.

parent 339e014e
......@@ -95,10 +95,10 @@ zdctl_template = """#!/bin/sh
# The following two lines are for chkconfig. On Red Hat Linux (and
# some other systems), you can copy or symlink this script into
# /etc/rc.d/init.d/ and then run chkconfig(8), to automatically start
# %(PACKAGE) at boot time.
# %(PACKAGE)s at boot time.
# chkconfig: 345 90 10
# description: start a %(PACKAGE) server
# description: start a %(PACKAGE)s server
exec %(zdctl)s -C %(home)s/etc/runner.conf ${1+"$@"}
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment